1 write to Min
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.cs (1)
549Min = min;
3 references to Min
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)
140if (ac.Min is not null && _helper.TryTransformMin(ac.Min, out minValue, ref errorFlags))