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