6 references to WRN_NullabilityMismatchInReturnTypeOfTargetDelegate
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (3)
36nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate)); 450case ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate: 1953or ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate
FlowAnalysis\NullableWalker.cs (2)
8656ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate, arg.location, 8727ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate, location,
Generated\ErrorFacts.Generated.cs (1)
214case ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate: