6 references to WRN_NullabilityMismatchInReturnTypeOfTargetDelegate
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (3)
35nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate)); 443case ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate: 1944or ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate
FlowAnalysis\NullableWalker.cs (2)
8498ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate, arg.location, 8569ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate, location,
Generated\ErrorFacts.Generated.cs (1)
214case ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate: