2 references to AllocationRules
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
AbstractAllocationAnalyzer.cs (1)
32
var attributeSymbol = compilation.GetOrCreateTypeByMetadataName(
AllocationRules
.PerformanceSensitiveAttributeName);
AbstractAllocationAnalyzer`1.cs (1)
33
var attributeSymbol = compilation.GetOrCreateTypeByMetadataName(
AllocationRules
.PerformanceSensitiveAttributeName);