1 write to Max
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.cs (1)
550Max = max;
3 references to Max
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.cs (1)
529if (ac.Min is not null || ac.Max is not null)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.UnmanagedHelper.cs (2)
148if (ac.Max is not null && _helper.TryTransformMax(ac.Max, out maxValue, ref errorFlags))