17 references to WRN_NullabilityMismatchInReturnTypeOnPartial
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
54nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial)); 436case ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial: 2090or ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial
Generated\ErrorFacts.Generated.cs (1)
249case ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial:
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
569diagnostics.Add(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial, implementingMethod.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NullableReferenceTypesTests.cs (2)
157938Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial, "F").WithLocation(10, 23) 157961Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial, "F").WithLocation(10, 23)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (9)
Symbols\ExtendedPartialMethodsTests.cs (8)
3126Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial, "M1").WithLocation(8, 28), 3129Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial, "M2").WithLocation(11, 41)); 3135Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial, "M1").WithLocation(8, 28), 3138Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial, "M2").WithLocation(11, 41)); 3538Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial, "M1").WithLocation(6, 28), 3562Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial, "M1").WithLocation(6, 28), 3695Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial, "F6").WithLocation(16, 43)); 3716Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial, "F6").WithLocation(16, 43));
Symbols\PartialPropertiesTests.cs (1)
1637Diagnostic(ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial, "M2").WithLocation(13, 28));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
349case ErrorCode.WRN_NullabilityMismatchInReturnTypeOnPartial: