2 references to PerformanceSensitiveAttributeName
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
);