Back to Roslyn

Rules without documentation

src/RoslynAnalyzers/PerformanceSensitiveAnalyzers/RulesMissingDocumentation.md

11.0.100889 B
Original Source

Rules without documentation

Rule IDMissing Help LinkTitle
HAA0101Array allocation for params parameter
HAA0102Non-overridden virtual method call on value type
HAA0301Closure Allocation Source
HAA0302Display class allocation to capture closure
HAA0303Lambda or anonymous method in a generic method allocates a delegate instance
HAA0401Possible allocation of reference type enumerator
HAA0501Explicit new array type allocation
HAA0502Explicit new reference type allocation
HAA0506Let clause induced allocation
HAA0601Value type to reference type conversion causing boxing allocation
HAA0602Delegate on struct instance caused a boxing allocation
HAA0603Delegate allocation from a method group
HAA0604Delegate allocation from a method group