5 references to WRN_ParameterNotNullIfNotNull
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
80nullableWarnings.Add(GetId(ErrorCode.WRN_ParameterNotNullIfNotNull)); 488case ErrorCode.WRN_ParameterNotNullIfNotNull: 2077or ErrorCode.WRN_ParameterNotNullIfNotNull
FlowAnalysis\NullableWalker.cs (1)
1295Diagnostics.Add(ErrorCode.WRN_ParameterNotNullIfNotNull, location, outputParam.Name, inputParam.Name);
Generated\ErrorFacts.Generated.cs (1)
251case ErrorCode.WRN_ParameterNotNullIfNotNull: