5 references to MaxIsOutOfRange
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.cs (3)
614case ErrorKind.MaxIsOutOfRange: 616case ErrorKind.MinIsOutOfRange | ErrorKind.MaxIsOutOfRange: 620case ErrorKind.MinIsIncompatible | ErrorKind.MaxIsOutOfRange:
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.UnmanagedHelper.cs (2)
95errorFlags |= isInvalid ? ErrorKind.MaxIsIncompatible : ErrorKind.MaxIsOutOfRange; 152errorFlags |= ErrorKind.MaxIsOutOfRange;