19 references to WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
61
nullableWarnings.Add(GetId(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
));
435
case ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
:
1902
case ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
:
Generated\ErrorFacts.Generated.cs (1)
209
case ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
:
Symbols\TypeSymbol.cs (1)
1797
ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (13)
Semantics\NullableReferenceTypesTests.cs (13)
13375
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "M1").WithArguments("string[] IA.M1()").WithLocation(18, 18),
13450
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "M1").WithArguments("string[] IA.M1()").WithLocation(11, 18),
13508
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "M2").WithArguments("T[] IA.M2<T>()").WithLocation(17, 13),
13514
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "M1").WithArguments("string[] IA.M1()").WithLocation(11, 18),
15709
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "M2").WithArguments("(object, object) B.M2()").WithLocation(21, 26),
15712
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "M3").WithArguments("I<object> B.M3()").WithLocation(22, 18),
15724
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "get").WithArguments("Func<object> B.P2.get").WithLocation(26, 26),
15836
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "M2").WithArguments("(object, object) B.M2()").WithLocation(21, 26),
15839
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "M3").WithArguments("I<object> B.M3()").WithLocation(22, 18),
15851
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "get").WithArguments("Func<object> B.P2.get").WithLocation(26, 26),
17749
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "M2").WithArguments("T[] IA.M2<T>()").WithLocation(23, 13),
17752
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "M1").WithArguments("string[] IA.M1()").WithLocation(18, 18)
128163
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
, "GetEnumerator").WithArguments("IEnumerator<IEquatable<T>> IEnumerable<IEquatable<T>>.GetEnumerator()").WithLocation(15, 60)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
338
case ErrorCode.
WRN_NullabilityMismatchInReturnTypeOnExplicitImplementation
: