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