6 references to WRN_NullabilityMismatchInReturnTypeOfTargetDelegate
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (3)
36nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate)); 457case ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate: 1970or ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate
FlowAnalysis\NullableWalker.cs (2)
9677ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate, arg.location, 9748ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate, location,
Generated\ErrorFacts.Generated.cs (1)
213case ErrorCode.WRN_NullabilityMismatchInReturnTypeOfTargetDelegate: