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