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