5 references to WRN_ParameterDisallowsNull
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
80nullableWarnings.Add(GetId(ErrorCode.WRN_ParameterDisallowsNull)); 489case ErrorCode.WRN_ParameterDisallowsNull: 2039or ErrorCode.WRN_ParameterDisallowsNull
FlowAnalysis\NullableWalker.cs (1)
1222Diagnostics.Add(ErrorCode.WRN_ParameterDisallowsNull, location, parameter.Name);
Generated\ErrorFacts.Generated.cs (1)
244case ErrorCode.WRN_ParameterDisallowsNull: