6 references to WRN_NullabilityMismatchInParameterTypeOfTargetDelegate
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (3)
37
nullableWarnings.Add(GetId(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOfTargetDelegate
));
451
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOfTargetDelegate
:
1954
or ErrorCode.
WRN_NullabilityMismatchInParameterTypeOfTargetDelegate
FlowAnalysis\NullableWalker.cs (2)
8663
ReportDiagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOfTargetDelegate
, arg.location,
8737
ReportDiagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOfTargetDelegate
, location,
Generated\ErrorFacts.Generated.cs (1)
215
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOfTargetDelegate
: