1 instantiation of AttributeConstant
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.cs (1)
570
return new
AttributeConstant
(minConstant, maxConstant);
5 references to AttributeConstant
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.cs (3)
528
var
ac =
AttributeConstant
.Get(attributeData);
553
public static
AttributeConstant
Get(AttributeData attributeData)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.UnmanagedHelper.cs (2)
138
var
ac =
AttributeConstant
.Get(attributeData);