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