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