1 write to AttributeSymbol
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.cs (1)
226AttributeSymbol = attributeSymbol;
2 references to AttributeSymbol
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.cs (2)
431attributeData = parameter?.GetAttribute(AttributeSymbol); 437return parameter.HasAnyAttribute(AttributeSymbol);