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