9 references to WRN_NullabilityMismatchInReturnTypeOnInterceptor
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
83nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnInterceptor)); 547case ErrorCode.WRN_NullabilityMismatchInReturnTypeOnInterceptor: 630or ErrorCode.WRN_NullabilityMismatchInReturnTypeOnInterceptor
Generated\ErrorFacts.Generated.cs (1)
321case ErrorCode.WRN_NullabilityMismatchInReturnTypeOnInterceptor:
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
230diagnostics.Add(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnInterceptor, attributeLocation, method);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\InterceptorsTests.cs (2)
3861Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnInterceptor, "InterceptsLocation").WithArguments("C.Method2()").WithLocation(8, 6) 9101Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnInterceptor, "System.Runtime.CompilerServices.InterceptsLocation").WithArguments("E.M(object)").WithLocation(10, 10));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Diagnostics\DiagnosticTest.cs (2)
308case ErrorCode.WRN_NullabilityMismatchInReturnTypeOnInterceptor: 2984case ErrorCode.WRN_NullabilityMismatchInReturnTypeOnInterceptor: