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