5 references to WRN_ThrowPossibleNull
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
42nullableWarnings.Add(GetId(ErrorCode.WRN_ThrowPossibleNull)); 458case ErrorCode.WRN_ThrowPossibleNull: 1922or ErrorCode.WRN_ThrowPossibleNull
FlowAnalysis\NullableWalker.cs (1)
11797ReportDiagnostic(ErrorCode.WRN_ThrowPossibleNull, expr.Syntax);
Generated\ErrorFacts.Generated.cs (1)
193case ErrorCode.WRN_ThrowPossibleNull: