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