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