583 references to ERR_UnimplementedInterfaceMember
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
943
or ErrorCode.
ERR_UnimplementedInterfaceMember
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
294
diagnostics.Add(ErrorCode.
ERR_UnimplementedInterfaceMember
, GetImplementsLocationOrFallback(@interface), this, interfaceMember);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (6)
CodeGen\CodeGenTupleTest.cs (6)
24757
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<(int notA, int notB)>").WithArguments("Derived1", "I<(int notA, int notB)>.M()").WithLocation(10, 24)
24788
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<(int notA, int notB)>").WithArguments("Derived1", "I<(int notA, int notB)>.M()").WithLocation(11, 24)
24816
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<(int a, int b)>").WithArguments("Base", "I<(int a, int b)>.M()").WithLocation(6, 14),
24819
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<(int notA, int notB)>").WithArguments("Derived1", "I<(int notA, int notB)>.M()").WithLocation(9, 24)
24840
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<(int a, int b)>").WithArguments("Base", "I<(int a, int b)>.M()").WithLocation(6, 21)
24856
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<(int notA, int notB)>").WithArguments("Derived1", "I<(int notA, int notB)>.M()").WithLocation(2, 24)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (18)
RefReadonlyParameterTests.cs (4)
6835
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C", $"I.M1({modifier} int)").WithLocation(6, 11),
6838
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C", "I.M2(ref readonly int)").WithLocation(6, 11));
6859
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C", $"I.M1({modifier} int)").WithLocation(6, 11),
6862
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C", "I.M2(ref readonly int)").WithLocation(6, 11),
Semantics\RecordTests.cs (1)
24614
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("A", "System.IEquatable<A>.Other()").WithLocation(1, 8));
Symbols\UserDefinedCompoundAssignmentOperatorsTests.cs (13)
419
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "C1").WithArguments("C2", "C1.operator " + op + @"()").WithLocation(1, 12),
422
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "C1").WithArguments("C2", "C1.operator checked " + op + @"()").WithLocation(1, 12)
711
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("C1", "I1.operator " + op + @"()").WithLocation(1, 12),
714
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("C1", "I2.operator checked " + op + @"()").WithLocation(1, 16)
5562
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C3", "I1.op_IncrementAssignment()").WithLocation(12, 19),
5568
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("C4", "I2.operator ++()").WithLocation(17, 19),
8471
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "C1").WithArguments("C2", "C1.operator " + op + @"(int)").WithLocation(1, 12)
8476
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "C1").WithArguments("C2", "C1.operator " + op + @"(int)").WithLocation(1, 12),
8479
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "C1").WithArguments("C2", "C1.operator checked " + op + @"(int)").WithLocation(1, 12)
8845
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("C1", "I1.operator " + op + @"(int)").WithLocation(1, 12)
8854
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("C1", "I2.operator checked " + op + @"(int)").WithLocation(1, 12)
17218
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C3", "I1.op_AdditionAssignment(int)").WithLocation(12, 19),
17224
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("C4", "I2.operator +=(int)").WithLocation(17, 19),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (171)
Semantics\AmbiguousOverrideTests.cs (4)
387
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IFoo").WithArguments("CBar", "Metadata.IFoo.M<T>(T)").WithLocation(7, 14),
390
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IFoo").WithArguments("CBar", "Metadata.IFoo.M<T>(T)").WithLocation(7, 14),
418
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IFooAmbiguous<string, long>").WithArguments("CFoo", "Metadata.IFooAmbiguous<string, long>.M(string)").WithLocation(2, 21),
421
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IFooAmbiguous<string, long>").WithArguments("CFoo", "Metadata.IFooAmbiguous<string, long>.M(string)").WithLocation(2, 21),
Semantics\BindingTests.cs (25)
897
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase").WithArguments("ITT", "IInterfaceBase.bar()").WithLocation(3, 7));
922
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "test.IInterfaceBase").WithArguments("ITT", "test.IInterfaceBase.bar()").WithLocation(3, 7));
948
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "a1.IInterfaceBase").WithArguments("ITT", "test.IInterfaceBase.bar()").WithLocation(5, 7));
980
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "a1.IInterfaceBase").WithArguments("ITT", "test.IInterfaceBase.xyz()").WithLocation(5, 7),
983
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "a1.IInterfaceBase2").WithArguments("ITT", "test.IInterfaceBase2.xyz()").WithLocation(5, 26));
1012
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase").WithArguments("ITT", "IInterfaceBase.xyz()").WithLocation(3, 7));
1042
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase2").WithArguments("ITT", "IInterfaceBase2.abc()").WithLocation(3, 23));
1070
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase").WithArguments("ITT", "IInterfaceBase.xyz()").WithLocation(3, 7),
1073
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase2").WithArguments("ITT", "IInterfaceBase2.xyz()").WithLocation(4, 6));
1101
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived").WithArguments("ITT", "IDerived.xyzd()").WithLocation(2, 19),
1104
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived").WithArguments("ITT", "IInterfaceBase.xyzb()").WithLocation(2, 19));
1129
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived").WithArguments("ITT", "IDerived.xyzd()").WithLocation(2, 19),
1132
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase").WithArguments("ITT", "IInterfaceBase.xyz()").WithLocation(2, 29));
1157
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived").WithArguments("ITT", "IDerived.xyzd()").WithLocation(2, 35),
1160
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase").WithArguments("ITT", "IInterfaceBase.xyz()").WithLocation(2, 19));
1186
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived2").WithArguments("ITT", "IBase.method1()").WithLocation(2, 19),
1189
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived2").WithArguments("ITT", "IBase2.Method2()").WithLocation(2, 19));
1224
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived").WithArguments("ITT", "IBase.method1()").WithLocation(2, 20));
1265
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived").WithArguments("ITT", "IBase.method1()").WithLocation(2, 20));
1315
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Iderived").WithArguments("foo", "Iderived.method3()").WithLocation(29, 25));
1360
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IBase3").WithArguments("Foo", "IBase3.method3()").WithLocation(15, 28));
1403
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IBase2").WithArguments("Foo", "IBase2.method2()").WithLocation(2, 35),
1406
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IBase3").WithArguments("Foo", "IBase3.method3()").WithLocation(13, 28));
1445
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IBase2").WithArguments("Foo", "IBase2.method2()").WithLocation(2, 35),
1448
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IBase3").WithArguments("Foo", "IBase3.method3()").WithLocation(9, 28)
Semantics\InheritanceBindingTests.cs (90)
116
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IGoo").WithArguments("AbstractGoo", "IGoo.Method12()").WithLocation(20, 38),
202
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IGoo").WithArguments("AbstractGoo", "IGoo.Property12").WithLocation(18, 30),
364
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IGoo").WithArguments("AbstractGoo", "IGoo.Event12").WithLocation(18, 30)
2978
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.Method2(int)").WithLocation(10, 15),
2984
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.Method1()").WithLocation(10, 15));
3034
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C3", "I1.Method1()").WithLocation(10, 16)
3078
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.Property2.set").WithLocation(17, 15),
3081
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.Property3.get").WithLocation(17, 15),
3084
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.Property5.get").WithLocation(17, 15),
3087
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.Property7.set").WithLocation(17, 15),
3096
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.Property1").WithLocation(17, 15));
3139
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.this[int, string, string, string].set").WithLocation(17, 15),
3148
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.this[int, int, string, string].get").WithLocation(17, 15),
3151
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.this[int, string, int, string].get").WithLocation(17, 15),
3154
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.this[int, int, string, int].set").WithLocation(17, 15),
3157
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.this[int, int, int, string]").WithLocation(17, 15));
3175
new ErrorDescription { Code = (int)ErrorCode.
ERR_UnimplementedInterfaceMember
, Line = 7, Column = 15 }, //1
3206
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Base", "Interface.Method2(int)").WithLocation(8, 14),
3209
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Base", "Interface.Method1()").WithLocation(8, 14)
3231
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface2").WithArguments("Base", "Interface2.Method2()"));
3264
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Base", "Interface.Property1").WithLocation(8, 14),
3301
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Base", "Interface.this[int]").WithLocation(8, 14),
3338
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Base", "Interface.Event1").WithLocation(8, 14),
4831
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface<int, int>").WithArguments("Other", "Interface<int, int>.Method(int)").WithLocation(19, 15),
4834
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface<int, int>").WithArguments("Other", "Interface<int, int>.Method(int)").WithLocation(19, 15),
5805
new ErrorDescription { Code = (int)ErrorCode.
ERR_UnimplementedInterfaceMember
, Line = 17, Column = 15 }, //1
5806
new ErrorDescription { Code = (int)ErrorCode.
ERR_UnimplementedInterfaceMember
, Line = 17, Column = 15 }, //2
5807
new ErrorDescription { Code = (int)ErrorCode.
ERR_UnimplementedInterfaceMember
, Line = 17, Column = 15 }, //4
5808
new ErrorDescription { Code = (int)ErrorCode.
ERR_UnimplementedInterfaceMember
, Line = 17, Column = 15 }, //7
5874
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.this[int, int, string, int].get").WithLocation(17, 15),
5877
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.this[int, string, int, string].get").WithLocation(17, 15),
5880
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.this[int, int, int, string].set").WithLocation(17, 15),
5883
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class", "Interface.this[int, string, string, string].set").WithLocation(17, 15));
6754
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Derived", "I2.Method<T>(out int, ref T[], System.Collections.Generic.List<T>[])"),
6756
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Class", "I2.Method<T>(out int, ref T[], System.Collections.Generic.List<T>[])"),
6758
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Class2", "I1<string>.Method(int, long, string, params System.Collections.Generic.List<string>[])"),
6760
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Class2", "I2.Method<T>(out int, ref T[], System.Collections.Generic.List<T>[])"));
6812
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Class", "I2.Method<T>(out int, ref T[], System.Collections.Generic.List<T>[])"),
6815
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Class1", "I2.Method<T>(out int, ref T[], System.Collections.Generic.List<T>[])"),
6836
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Class2", "I2.Method<T>(out int, ref T[], System.Collections.Generic.List<T>[])"),
6839
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<string>").WithArguments("Class2", "I1<string>.Method(int, long, string, params System.Collections.Generic.List<string>[])"),
6922
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class1", "Interface.Method<T>(long, int)").WithLocation(17, 16),
6925
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class2", "Interface.Method<T>(long, int)").WithLocation(26, 23),
6928
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface2").WithArguments("Class3", "Interface2.Method<T, U, V>(T, U, V)").WithLocation(33, 24),
6931
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class7", "Interface.Method<T>(long, int)").WithLocation(58, 23),
6934
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class6", "Interface.Method<T>(long, int)").WithLocation(49, 16),
6943
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class5", "Interface.Method<T>(long, int)").WithLocation(44, 16));
7027
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class51", "Interface.Method<T>(long, int)"),
7028
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class1", "Interface.Method<T>(long, int)"),
7029
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class4", "Interface.Method<T>(long, int)"),
7032
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class2", "Interface.Method<T>(long, int)"),
7033
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface3").WithArguments("Class41", "Interface3.Property"),
7035
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class52", "Interface.Method<T>(long, int)"),
7036
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface2").WithArguments("Class52", "Interface2.Method<T, U, V>(T, U, V)"),
7038
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class7", "Interface.Method<T>(long, int)"),
7041
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class5", "Interface.Method<T>(long, int)"),
7042
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface2").WithArguments("Class3", "Interface2.Method<T, U, V>(T, U, V)"),
7044
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Class6", "Interface.Method<T>(long, int)"));
7201
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Class", "I1.Method(int, params System.Exception[])").WithLocation(7, 32),
7316
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<U>.Inner<int>.Interface<long, T>").WithArguments("Derived1<U, T>", "Outer<U>.Inner<int>.Interface<long, T>.Method<K>(U, int[], System.Collections.Generic.List<long>, Outer<U>.Inner<int>.Interface<T, K>)").WithLocation(25, 63),
7328
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<List<List<int>>>.Inner<List<List<T>>>.Interface<long, List<int>>").WithArguments("Derived1<U, T>.Derived2<T>", "Outer<System.Collections.Generic.List<System.Collections.Generic.List<int>>>.Inner<System.Collections.Generic.List<System.Collections.Generic.List<T>>>.Interface<long, System.Collections.Generic.List<int>>.Method<K>(System.Collections.Generic.List<System.Collections.Generic.List<int>>, System.Collections.Generic.List<System.Collections.Generic.List<T>>[], System.Collections.Generic.List<long>, Outer<System.Collections.Generic.List<System.Collections.Generic.List<int>>>.Inner<System.Collections.Generic.List<System.Collections.Generic.List<T>>>.Interface<System.Collections.Generic.List<int>, K>)").WithLocation(27, 32),
7435
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<U>.Inner<T>.Interface<T, U>").WithArguments("Outer<T>.Inner<U>.Derived4", "Outer<U>.Inner<T>.Interface<T, U>.Method<Z>(U, T[], System.Collections.Generic.List<T>, System.Collections.Generic.Dictionary<U, Z>)"),
7439
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<T>.Inner<U>.Interface<U, T>").WithArguments("Outer<T>.Inner<U>.Derived4.Derived5", "Outer<T>.Inner<U>.Interface<U, T>.Method<Z>(T, U[], System.Collections.Generic.List<U>, System.Collections.Generic.Dictionary<T, Z>)"),
7445
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<List<T>>.Inner<U>.Interface<List<U>, T>").WithArguments("Outer<T>.Inner<U>.Derived4.Derived5.Derived7<u>", "Outer<System.Collections.Generic.List<T>>.Inner<U>.Interface<System.Collections.Generic.List<U>, T>.Method<Z>(System.Collections.Generic.List<T>, U[], System.Collections.Generic.List<System.Collections.Generic.List<U>>, System.Collections.Generic.Dictionary<T, Z>)"),
7447
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<List<T>>.Inner<U>.Interface<List<U>, T>").WithArguments("Outer<T>.Inner<U>.Derived4.Derived5.Derived7<u>", "Outer<System.Collections.Generic.List<T>>.Inner<U>.Interface<System.Collections.Generic.List<U>, T>.Property"),
7453
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<List<T>>.Inner<U>.Interface<List<u>, T>").WithArguments("Outer<T>.Inner<U>.Derived4.Derived5.Derived6<u>", "Outer<System.Collections.Generic.List<T>>.Inner<U>.Interface<System.Collections.Generic.List<u>, T>.Method<Z>(System.Collections.Generic.List<T>, U[], System.Collections.Generic.List<System.Collections.Generic.List<u>>, System.Collections.Generic.Dictionary<T, Z>)"),
7455
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<List<T>>.Inner<U>.Interface<List<u>, T>").WithArguments("Outer<T>.Inner<U>.Derived4.Derived5.Derived6<u>", "Outer<System.Collections.Generic.List<T>>.Inner<U>.Interface<System.Collections.Generic.List<u>, T>.Property"),
7461
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Inner<int>.Interface<ulong, string>").WithArguments("Outer<T>.Inner<U>.Derived1", "Outer<T>.Inner<int>.Interface<ulong, string>.Method<Z>(T, int[], System.Collections.Generic.List<ulong>, System.Collections.Generic.Dictionary<string, Z>)"),
7463
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Inner<int>.Interface<ulong, string>").WithArguments("Outer<T>.Inner<U>.Derived1", "Outer<T>.Inner<int>.Interface<ulong, string>.Property"),
7469
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<Y>.Inner<int>.Interface<long, X>").WithArguments("Outer<T>.Inner<U>.Derived1.Derived2<X, Y>", "Outer<Y>.Inner<int>.Interface<long, X>.Method<Z>(Y, int[], System.Collections.Generic.List<long>, System.Collections.Generic.Dictionary<X, Z>)"),
7471
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<Y>.Inner<int>.Interface<long, X>").WithArguments("Outer<T>.Inner<U>.Derived1.Derived2<X, Y>", "Outer<Y>.Inner<int>.Interface<long, X>.Property"),
7477
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface<long, string>").WithArguments("Outer<T>.Inner<U>.Derived3", "Outer<T>.Inner<U>.Interface<long, string>.Method<Z>(T, U[], System.Collections.Generic.List<long>, System.Collections.Generic.Dictionary<string, Z>)"),
7479
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface<long, string>").WithArguments("Outer<T>.Inner<U>.Derived3", "Outer<T>.Inner<U>.Interface<long, string>.Property"));
7542
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<X>.Inner<int>.Interface<long, Y>").WithArguments("Outer<T>.Inner<U>.Derived1<X, Y>", "Outer<X>.Inner<int>.Interface<long, Y>.Method<V, W>(X, int[], System.Collections.Generic.List<V>, System.Collections.Generic.Dictionary<W, W>)"),
7545
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<X>.Inner<int>.Interface<long, Y>").WithArguments("Outer<T>.Inner<U>.Derived1<X, Y>", "Outer<X>.Inner<int>.Interface<long, Y>.Method<X>(X, int[], System.Collections.Generic.List<long>, System.Collections.Generic.Dictionary<Y, X>)"));
7600
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<X>.Inner<int>.Interface<long, Y>").WithArguments("Outer<T>.Inner<U>.Derived1<X, Y>", "Outer<X>.Inner<int>.Interface<long, Y>.Method<V, W>(X, int[], System.Collections.Generic.List<V>, System.Collections.Generic.Dictionary<W, W>)"),
7602
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<X>.Inner<int>.Interface<long, Y>").WithArguments("Outer<T>.Inner<U>.Derived1<X, Y>", "Outer<X>.Inner<int>.Interface<long, Y>.Method<X>(X, int[], System.Collections.Generic.List<long>, System.Collections.Generic.Dictionary<Y, X>)"));
7736
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<U>.Inner<T>.Interface<T, U>").WithArguments("Outer<T>.Inner<U>.Derived4", "Outer<U>.Inner<T>.Interface<T, U>.Method<Z>(U, T[], System.Collections.Generic.List<T>, System.Collections.Generic.Dictionary<U, Z>)"),
7738
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<U>.Inner<T>.Interface<T, U>").WithArguments("Outer<T>.Inner<U>.Derived4", "Outer<U>.Inner<T>.Interface<T, U>.Property"),
7742
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Inner<int>.Interface<long, string>").WithArguments("Outer<T>.Inner<U>.Derived1", "Outer<T>.Inner<int>.Interface<long, string>.Property"),
7752
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<X>.Inner<int>.Interface<long, Y>").WithArguments("Outer<T>.Inner<U>.Derived1.Derived2<X, Y>", "Outer<X>.Inner<int>.Interface<long, Y>.Method<Z>(X, int[], System.Collections.Generic.List<long>, System.Collections.Generic.Dictionary<Y, Z>)"),
7754
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<X>.Inner<int>.Interface<long, Y>").WithArguments("Outer<T>.Inner<U>.Derived1.Derived2<X, Y>", "Outer<X>.Inner<int>.Interface<long, Y>.Property"));
7791
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Derived", "Interface.Method(System.Collections.Generic.List<int>)"));
7864
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test", "I1.M6(ref long)").WithLocation(32, 14),
7867
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test", "I1.M7(out long)").WithLocation(32, 14));
8190
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "global::T").WithArguments("A<T>", "T.T<S>()"));
8211
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "global::T").WithArguments("A<T>", "T.T"));
8232
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "global::T").WithArguments("A<T>", "T.T"));
8387
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I0<dynamic>").WithArguments("D", "I0<dynamic>.M()").WithLocation(11, 21)
8415
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I0<dynamic>").WithArguments("D", "I0<dynamic>.M()").WithLocation(12, 21)
Semantics\InitOnlyMemberTests.cs (5)
2002
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("DerivedWithInitSetterOnly", "I.Property.get").WithLocation(14, 42),
2005
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("DerivedWithoutInitGetterOnly", "I.Property.init").WithLocation(18, 45)
2044
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("DerivedWithoutInitGetterOnly", "I.Property.set").WithLocation(18, 45)
2136
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("DerivedWithoutInitGetterOnly", "I.Property.set").WithLocation(14, 45)
2238
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("DerivedGetterOnly", "I.Property.init").WithLocation(10, 34),
Semantics\NullableReferenceTypesTests.cs (43)
12768
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IB").WithArguments("B2", "IB.E3.remove").WithLocation(30, 12),
12771
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IB").WithArguments("B2", "IB.E3.add").WithLocation(30, 12),
13390
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IA").WithArguments("B", "IA.M3<T>()").WithLocation(16, 11),
13393
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IA").WithArguments("B", "IA.M2<T>()").WithLocation(16, 11),
13465
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IA").WithArguments("B", "IA.M2<T>()").WithLocation(8, 11),
15407
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("B", "A.P2.set").WithLocation(9, 11),
15410
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("B", "A.P1.set").WithLocation(9, 11)
15625
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "B").WithArguments("C", "B.P1.get").WithLocation(9, 11),
15628
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "B").WithArguments("C", "B.P2.get").WithLocation(9, 11)
15952
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("B", "A.P2.set").WithLocation(9, 11),
15955
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("B", "A.P1.set").WithLocation(9, 11),
16091
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "B").WithArguments("C", "B.P1.get").WithLocation(9, 11),
16094
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "B").WithArguments("C", "B.P2.get").WithLocation(9, 11),
16559
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IA").WithArguments("B", "IA.M3<T>(T?[]?)").WithLocation(14, 11),
16562
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IA").WithArguments("B", "IA.M2<T>(T[])").WithLocation(14, 11),
17147
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<A?>").WithArguments("C1", "I1<A?>.M1()").WithLocation(9, 19),
17173
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<A?>").WithArguments("C1", "I1<A?>.M1()").WithLocation(9, 19)
78866
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C", "I.M<T>(T?)").WithLocation(5, 11),
116135
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Outer<T>.Inner<U>.Interface<U, T>").WithArguments("Outer<T>.Inner<U>.Derived4.Derived5", "Outer<T>.Inner<U>.Interface<U, T>.Method<Z>(T, U[], System.Collections.Generic.List<U>, System.Collections.Generic.Dictionary<T, Z>)").WithLocation(14, 39),
139016
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(13, 12),
139049
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T)").WithLocation(13, 12),
139267
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(9, 12));
139291
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(9, 12));
139336
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(9, 12));
139380
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(9, 12));
139404
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(9, 12),
139437
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(9, 12),
151355
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T>").WithArguments("C2<T>", "I<T>.F2<U>(U?)").WithLocation(7, 15),
151358
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T>").WithArguments("C2<T>", "I<T>.F1<U>(U)").WithLocation(7, 15),
151385
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T?>").WithArguments("C4<T>", "I<T?>.F2<U>(U?)").WithLocation(17, 15),
151388
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T?>").WithArguments("C4<T>", "I<T?>.F1<U>(U)").WithLocation(17, 15),
151457
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T>").WithArguments("C2<T>", "I<T>.F2<U>(U?)").WithLocation(7, 15),
151460
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T>").WithArguments("C2<T>", "I<T>.F1<U>(U)").WithLocation(7, 15),
151478
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T?>").WithArguments("C4<T>", "I<T?>.F2<U>(U?)").WithLocation(17, 15),
151481
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T?>").WithArguments("C4<T>", "I<T?>.F1<U>(U)").WithLocation(17, 15),
151537
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<string>").WithArguments("C2", "I<string>.F2<U>(U?)").WithLocation(7, 12),
151540
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<string>").WithArguments("C2", "I<string>.F1<U>(U)").WithLocation(7, 12),
151558
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<string?>").WithArguments("C4", "I<string?>.F2<U>(U?)").WithLocation(17, 12),
151561
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<string?>").WithArguments("C4", "I<string?>.F1<U>(U)").WithLocation(17, 12),
151626
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<int>").WithArguments("C2", "I<int>.F2<U>(U)").WithLocation(7, 12),
151629
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<int>").WithArguments("C2", "I<int>.F1<U>(U)").WithLocation(7, 12),
151644
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<int?>").WithArguments("C4", "I<int?>.F2<U>(U)").WithLocation(17, 12),
151647
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<int?>").WithArguments("C4", "I<int?>.F1<U>(U)").WithLocation(17, 12),
Semantics\ObjectAndCollectionInitializerTests.cs (2)
3564
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IEnumerable<int>").WithArguments("Base", "System.Collections.Generic.IEnumerable<int>.GetEnumerator()").WithLocation(5, 14),
3567
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IEnumerable<int>").WithArguments("Base", "System.Collections.IEnumerable.GetEnumerator()").WithLocation(5, 14),
Semantics\RefFieldTests.cs (1)
20013
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C", "I.M<T>(T)").WithLocation(6, 11),
Semantics\ValueTupleTests.cs (1)
301
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "System.IEquatable<(T1, T2, T3, T4, T5, T6, T7, TRest)>").WithArguments("System.ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>", "System.IEquatable<(T1, T2, T3, T4, T5, T6, T7, TRest)>.Equals((T1, T2, T3, T4, T5, T6, T7, TRest))").WithLocation(3, 67),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (386)
Symbols\AccessorOverriddenOrHiddenMembersTests.cs (2)
513
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<int>").WithArguments("Derived", "I<int>.P").WithLocation(10, 23));
564
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("Derived", "I.P.set"));
Symbols\DefaultInterfaceImplementationTests.cs (254)
8953
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M1()").WithLocation(27, 15),
8968
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M1()").WithLocation(19, 15)
9108
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M1()").WithLocation(15, 15)
9315
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M1()").WithLocation(2, 15)
10087
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M1()").WithLocation(7, 15)
10319
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M3()").WithLocation(17, 15),
10322
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M2()").WithLocation(17, 15)
10587
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M1()").WithLocation(11, 15),
10704
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M1()").WithLocation(11, 15),
10707
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M2()").WithLocation(11, 15),
10710
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M3()").WithLocation(11, 15),
10725
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M3()").WithLocation(15, 15)
11930
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M1()").WithLocation(2, 15)
12051
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M1()").WithLocation(2, 15)
12180
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M1()").WithLocation(2, 15)
14375
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(13, 15),
14390
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(21, 15)
14727
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(17, 15)
14887
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
16008
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
16549
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I0").WithArguments("Test2", "I0.P0").WithLocation(90, 15),
16552
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(90, 19),
16555
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I2.P2").WithLocation(90, 23),
16558
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test2", "I3.P3").WithLocation(90, 27),
16561
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test2", "I4.P4").WithLocation(90, 31),
16564
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I5").WithArguments("Test2", "I5.P5").WithLocation(90, 35),
16567
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I6").WithArguments("Test2", "I6.P6").WithLocation(90, 39),
16570
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I7").WithArguments("Test2", "I7.P7").WithLocation(90, 43),
16573
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I8").WithArguments("Test2", "I8.P8").WithLocation(90, 47)
16997
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(23, 15),
17250
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(23, 15),
17253
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I2.P2").WithLocation(23, 19),
17256
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test1", "I4.P4").WithLocation(23, 27),
17259
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test2", "I4.P4").WithLocation(27, 27)
20604
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
20660
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
20717
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
22647
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.this[byte]")
22706
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.this[int]")
23387
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.this[int]")
23763
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3.I4").WithArguments("CI4", "I3.I4.M4()").WithLocation(24, 17),
23775
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "C3.I6").WithArguments("CI6", "C3.I6.M6()").WithLocation(37, 17),
23946
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3.I4").WithArguments("CI4", "I3.I4.M4()").WithLocation(24, 17),
23958
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "C3.I6").WithArguments("CI6", "C3.I6.M6()").WithLocation(37, 17),
24130
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I0").WithArguments("Test2", "I0.this[int]").WithLocation(90, 15),
24133
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.this[int]").WithLocation(90, 19),
24136
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I2.this[int]").WithLocation(90, 23),
24139
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test2", "I3.this[int]").WithLocation(90, 27),
24142
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test2", "I4.this[int]").WithLocation(90, 31),
24145
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I5").WithArguments("Test2", "I5.this[int]").WithLocation(90, 35),
24148
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I6").WithArguments("Test2", "I6.this[int]").WithLocation(90, 39),
24151
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I7").WithArguments("Test2", "I7.this[int]").WithLocation(90, 43),
24154
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I8").WithArguments("Test2", "I8.this[int]").WithLocation(90, 47)
24320
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.this[int]"),
24408
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.this[int]"),
24411
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I2.this[int]"),
24414
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test1", "I4.this[int]").WithLocation(23, 27),
27971
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(18, 15),
27974
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(11, 15)
28223
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1"),
28398
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
29506
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
29962
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I0").WithArguments("Test2", "I0.P0").WithLocation(90, 15),
29965
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(90, 19),
29968
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I2.P2").WithLocation(90, 23),
29971
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test2", "I3.P3").WithLocation(90, 27),
29974
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test2", "I4.P4").WithLocation(90, 31),
29977
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I5").WithArguments("Test2", "I5.P5").WithLocation(90, 35),
29980
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I6").WithArguments("Test2", "I6.P6").WithLocation(90, 39),
29983
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I7").WithArguments("Test2", "I7.P7").WithLocation(90, 43),
29986
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I8").WithArguments("Test2", "I8.P8").WithLocation(90, 47)
30420
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(19, 15),
30629
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(23, 15),
30632
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I2.P2").WithLocation(23, 19),
30635
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test1", "I4.P4").WithLocation(23, 27),
30650
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test2", "I4.P4").WithLocation(27, 27),
31314
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
31371
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
31429
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
33549
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I2.M1()").WithLocation(28, 15)
33607
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I2.M1()").WithLocation(28, 15)
33669
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I4.M1()").WithLocation(28, 15)
35376
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1<string>.M1()").WithLocation(4, 15),
35379
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1<string?>.M1()").WithLocation(4, 15)
36868
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M2()").WithLocation(20, 15),
36871
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M1()").WithLocation(20, 15)
37674
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I2.M1").WithLocation(30, 15)
37740
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I2.M1").WithLocation(30, 15)
37809
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I4.M1").WithLocation(30, 15)
38177
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1").WithLocation(20, 15),
38180
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M2").WithLocation(20, 15),
38268
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1").WithLocation(20, 15),
38271
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M2").WithLocation(20, 15),
39520
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1<string>.M1").WithLocation(4, 15),
39523
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1<string?>.M1").WithLocation(4, 15)
40682
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I2.M1").WithLocation(30, 15)
40742
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I2.M1").WithLocation(30, 15)
40806
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I4.M1").WithLocation(30, 15)
40943
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test2", "I3.M1").WithLocation(33, 15),
40946
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1").WithLocation(20, 15),
40949
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M2").WithLocation(20, 15),
40955
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I5").WithArguments("Test3", "I3.M1").WithLocation(41, 15)
42877
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I4.this[int]").WithLocation(30, 15)
43078
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[long]").WithLocation(20, 15),
43081
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(20, 15),
51056
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2")
51375
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.M1()").WithLocation(2, 15)
51976
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1()").WithLocation(12, 15)
52031
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1()").WithLocation(12, 15)
52099
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1()").WithLocation(12, 15)
52154
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1()").WithLocation(12, 15)
52219
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1()").WithLocation(12, 15)
52492
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
52611
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
52854
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
52936
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
53588
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(22, 15)
53687
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(16, 15)
53720
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
53845
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
53988
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
54021
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
54054
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
54087
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
54120
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
54153
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
54188
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
54282
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
54317
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
54386
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54459
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54630
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54698
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54792
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54886
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54974
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
55015
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
55048
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
55217
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
55252
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
55660
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(18, 15)
55696
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(15, 15)
55729
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
55762
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
55795
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
55883
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
55918
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
55951
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
55984
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
56151
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
56186
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
56591
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(18, 15)
56627
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(15, 15)
56660
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56693
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56787
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56822
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
56851
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56880
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56909
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56938
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56967
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56996
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
57475
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
57575
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
57805
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
57881
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
58481
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(22, 15)
58572
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(16, 15)
58605
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58638
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58664
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1.remove").WithLocation(7, 19),
58667
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1.add").WithLocation(7, 19),
58782
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1.remove").WithLocation(7, 20),
58785
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1.add").WithLocation(7, 20),
58854
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58887
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58920
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58953
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58986
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
59019
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
59052
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
59088
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
59131
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(16, 15)
59167
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
59210
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(16, 15)
59245
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
59399
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
59504
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
59533
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
59656
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
59687
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
60039
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(22, 15)
60075
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(16, 15)
60104
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60133
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60218
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60247
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60276
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60305
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60334
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60363
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60394
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(7, 15)
60425
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(7, 15)
60456
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(7, 15)
60485
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
60514
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
60625
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
60656
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
60983
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(18, 15)
61015
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(15, 15)
61044
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61073
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61102
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61184
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61215
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(7, 15)
61244
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
61273
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
61382
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
61413
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
61737
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(18, 15)
61769
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(15, 15)
61798
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61827
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61909
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61940
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(7, 15)
61969
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61998
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
62027
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
63111
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.E1").WithLocation(6, 19),
63114
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(6, 19),
63117
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(6, 19),
63120
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P3").WithLocation(6, 19),
63123
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test3", "I1.E1").WithLocation(10, 15),
63335
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(6, 19),
63501
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(6, 19),
63677
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(6, 19),
64049
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.E1").WithLocation(2, 19),
64052
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 19),
64055
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(2, 19),
64058
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P3").WithLocation(2, 19),
64061
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test3", "I1.E1").WithLocation(6, 15),
64210
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(2, 19),
64326
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(2, 19),
64447
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(2, 19),
64537
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1").WithLocation(2, 16)
64617
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1").WithLocation(2, 16)
64688
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1").WithLocation(2, 16),
64767
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1").WithLocation(2, 16),
68857
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<Test1>").WithArguments("Test1", "I1<Test1>.operator ==(Test1, int)").WithLocation(2, 15),
68860
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<Test1>").WithArguments("Test1", "I1<Test1>.operator !=(Test1, int)").WithLocation(2, 15)
68939
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<Test1>").WithArguments("Test1", "I1<Test1>.implicit operator long(Test1)").WithLocation(2, 15),
68942
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<Test1>").WithArguments("Test1", "I1<Test1>.explicit operator int(Test1)").WithLocation(2, 15),
68945
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<Test1>").WithArguments("Test1", "I1<Test1>.explicit operator checked int(Test1)").WithLocation(2, 15)
Symbols\GenericConstraintTests.cs (2)
552
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<string>").WithArguments("C", "I<string>.M1<U>()"));
2057
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("B5", "I.M<T>()").WithLocation(5, 16));
Symbols\IndexedPropertyTests.cs (1)
2509
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "CodeModule").WithArguments("C", "Microsoft.Vbe.Interop._CodeModule.ProcOfLine[int, out Microsoft.Vbe.Interop.vbext_ProcKind].get"));
Symbols\IndexerTests.cs (5)
540
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C", "I1.this[int]"));
1392
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IRefIndexer").WithArguments("Test", "IRefIndexer.get_Item(ref int)"),
1394
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IRefIndexer").WithArguments("Test", "IRefIndexer.set_Item(ref int, int)"));
1416
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IRefIndexer").WithArguments("Test", "IRefIndexer.get_Item(ref int)"),
1418
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IRefIndexer").WithArguments("Test", "IRefIndexer.set_Item(ref int, int)"));
Symbols\InterfaceImplementationTests.cs (6)
1217
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Derived", "Interface.M(ref int)"));
1288
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Derived", "Interface.M(ref int)"));
1344
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Derived", "Interface.M(ref int)"));
1419
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Derived", "Interface.M(ref int)"));
1562
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.Goo(out int)"));
2103
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Base2", "Interface.M()"));
Symbols\InterfaceOverriddenOrHiddenMembersTests.cs (5)
1178
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("B", "A.M(in int)").WithLocation(6, 11));
1223
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "BaseInterface").WithArguments("ChildClass", "BaseInterface.Method2(in int)").WithLocation(7, 20),
1226
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "BaseInterface").WithArguments("ChildClass", "BaseInterface.Method1(ref int)").WithLocation(7, 20));
1357
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("B", "A.this[in int]").WithLocation(6, 11));
1377
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("B", "A.this[int]").WithLocation(6, 11));
Symbols\Metadata\MetadataMemberTests.cs (2)
582
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Empty", "Interface.SetterIsGap"),
585
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Empty", "Interface.GetterIsGap"),
Symbols\Source\EventTests.cs (3)
1134
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("C", "Interface.raise_e(object, object)"),
1137
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("C", "Interface.e"),
1140
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("D", "Interface.raise_e(object, object)"),
Symbols\Source\FileModifierTests.cs (4)
2816
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C", "I.F()").WithLocation(5, 19));
4670
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "FI").WithArguments("C", "FI.M()").WithLocation(6, 19));
4743
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C", "I.P").WithLocation(6, 28),
4954
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "FI").WithArguments("C", "FI.operator +(FI, int)").WithLocation(6, 28),
Symbols\StaticAbstractMembersInInterfacesTests.cs (98)
7224
compilation1.GetDiagnostics().Where(d => d.Code is not ((int)ErrorCode.ERR_OperatorNeedsMatch or (int)ErrorCode.
ERR_UnimplementedInterfaceMember
)).Verify(
7318
compilation1.GetDiagnostics().Where(d => d.Code is not (int)ErrorCode.
ERR_UnimplementedInterfaceMember
).Verify(
7423
compilation1.GetDiagnostics().Where(d => d.Code is not (int)ErrorCode.
ERR_UnimplementedInterfaceMember
).Verify(
7529
compilation1.GetDiagnostics().Where(d => d.Code is not ((int)ErrorCode.ERR_OperatorNeedsMatch or (int)ErrorCode.ERR_InterfacesCantContainConversionOrEqualityOperators or (int)ErrorCode.
ERR_UnimplementedInterfaceMember
)).Verify(
7623
compilation1.GetDiagnostics().Where(d => d.Code is not ((int)ErrorCode.ERR_OperatorNeedsMatch or (int)ErrorCode.ERR_InterfacesCantContainConversionOrEqualityOperators or (int)ErrorCode.
ERR_UnimplementedInterfaceMember
)).Verify(
7722
compilation1.GetDiagnostics().Where(d => d.Code is not ((int)ErrorCode.ERR_OperatorNeedsMatch or (int)ErrorCode.
ERR_UnimplementedInterfaceMember
)).Verify(
7839
compilation1.GetDiagnostics().Where(d => d.Code is not (int)ErrorCode.
ERR_UnimplementedInterfaceMember
).Verify(
7959
compilation1.GetDiagnostics().Where(d => d.Code is not (int)ErrorCode.
ERR_UnimplementedInterfaceMember
).Verify(
8056
compilation1.GetDiagnostics().Where(d => d.Code is not ((int)ErrorCode.ERR_OperatorNeedsMatch or (int)ErrorCode.ERR_InterfacesCantContainConversionOrEqualityOperators or (int)ErrorCode.
ERR_UnimplementedInterfaceMember
)).Verify(
8153
compilation1.GetDiagnostics().Where(d => d.Code is not ((int)ErrorCode.ERR_OperatorNeedsMatch or (int)ErrorCode.ERR_InterfacesCantContainConversionOrEqualityOperators or (int)ErrorCode.
ERR_UnimplementedInterfaceMember
)).Verify(
15537
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01()").WithLocation(8, 10),
15546
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C4", "I1.M01()").WithLocation(24, 10),
15555
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C6", "I1.M01()").WithLocation(36, 10),
15679
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01()").WithLocation(8, 10),
15688
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C4", "I1.M01()").WithLocation(24, 10),
15697
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C6", "I1.M01()").WithLocation(36, 10),
17595
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator " + checkedKeyword + op + "(C1)").WithLocation(8, 10),
17610
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.operator " + checkedKeyword + op + "(C4)").WithLocation(24, 10),
17622
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C6>").WithArguments("C6", "I1<C6>.operator " + checkedKeyword + op + "(C6)").WithLocation(36, 10),
17628
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C7>").WithArguments("C7", "I1<C7>.operator " + checkedKeyword + op + "(C7)").WithLocation(42, 10),
17631
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C8>").WithArguments("C8", "I1<C8>.operator " + checkedKeyword + op + "(C8)").WithLocation(48, 10),
17637
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C9>").WithArguments("C9", "I2<C9>." + opName + "(C9)").WithLocation(59, 10),
17640
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C10>").WithArguments("C10", "I2<C10>." + opName + "(C10)").WithLocation(65, 11),
17738
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator " + checkedKeyword + op + "(C1)").WithLocation(8, 10),
17753
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.operator " + checkedKeyword + op + "(C4)").WithLocation(24, 10),
17765
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C6>").WithArguments("C6", "I1<C6>.operator " + checkedKeyword + op + "(C6)").WithLocation(36, 10),
17771
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C7>").WithArguments("C7", "I1<C7>.operator " + checkedKeyword + op + "(C7)").WithLocation(42, 10),
17774
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C8>").WithArguments("C8", "I1<C8>.operator " + checkedKeyword + op + "(C8)").WithLocation(48, 10),
17780
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C9>").WithArguments("C9", "I2<C9>." + opName + "(C9)").WithLocation(59, 10),
17783
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C10>").WithArguments("C10", "I2<C10>." + opName + "(C10)").WithLocation(65, 11),
18130
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator " + checkedKeyword + op + "(C1, int)").WithLocation(8, 10),
18145
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.operator " + checkedKeyword + op + "(C4, int)").WithLocation(24, 10),
18157
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C6>").WithArguments("C6", "I1<C6>.operator " + checkedKeyword + op + "(C6, int)").WithLocation(36, 10),
18163
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C7>").WithArguments("C7", "I1<C7>.operator " + checkedKeyword + op + "(C7, int)").WithLocation(42, 10),
18166
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C8>").WithArguments("C8", "I1<C8>.operator " + checkedKeyword + op + "(C8, int)").WithLocation(48, 10),
18172
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C9>").WithArguments("C9", "I2<C9>." + opName + "(C9, int)").WithLocation(59, 10),
18175
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C10>").WithArguments("C10", "I2<C10>." + opName + "(C10, int)").WithLocation(65, 11),
22923
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(8, 10),
22932
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C4", "I1.M01").WithLocation(24, 10),
22941
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C6", "I1.M01").WithLocation(36, 10),
23065
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(8, 10),
23074
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C4", "I1.M01").WithLocation(24, 10),
23083
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C6", "I1.M01").WithLocation(36, 10),
24150
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(2, 19)
24410
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.get").WithLocation(2, 19),
24440
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.get").WithLocation(2, 19),
24502
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(2, 19)
24762
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.set").WithLocation(2, 19),
24792
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.set").WithLocation(2, 19),
25702
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(8, 10),
25711
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C4", "I1.M01").WithLocation(24, 10),
25720
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C6", "I1.M01").WithLocation(36, 10),
25844
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(8, 10),
25853
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C4", "I1.M01").WithLocation(24, 10),
25862
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C6", "I1.M01").WithLocation(36, 10),
26832
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(2, 19)
27016
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.add").WithLocation(2, 19),
27046
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.add").WithLocation(2, 19),
27106
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(2, 19)
27290
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.remove").WithLocation(2, 19),
27320
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.remove").WithLocation(2, 19),
28436
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>." + op + " operator " + checkedKeyword + "int(C1)").WithLocation(8, 10),
28451
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>." + op + " operator " + checkedKeyword + "int(C4)").WithLocation(24, 10),
28463
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C6>").WithArguments("C6", "I1<C6>." + op + " operator " + checkedKeyword + "int(C6)").WithLocation(36, 10),
28469
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C7>").WithArguments("C7", "I1<C7>." + op + " operator " + checkedKeyword + "int(C7)").WithLocation(42, 10),
28472
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C8>").WithArguments("C8", "I1<C8>." + op + " operator " + checkedKeyword + "int(C8)").WithLocation(48, 10),
28478
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C9>").WithArguments("C9", "I2<C9>." + opName + "(C9)").WithLocation(59, 10),
28481
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C10>").WithArguments("C10", "I2<C10>." + opName + "(C10)").WithLocation(65, 11),
32379
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface<int, int>").WithArguments("Other", "Interface<int, int>.Method(int)").WithLocation(9, 15),
32382
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface<int, int>").WithArguments("Other", "Interface<int, int>.Method(int)").WithLocation(9, 15),
32813
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator checked " + op + "(C1)").WithLocation(7, 19),
32816
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.operator checked " + op + "(C2)").WithLocation(12, 19),
32889
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator " + op + "(C1)").WithLocation(7, 19),
32892
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.operator " + op + "(C2)").WithLocation(12, 19),
33018
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator checked " + op + "(C1, int)").WithLocation(7, 19),
33021
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.operator checked " + op + "(C2, int)").WithLocation(12, 19),
33096
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator " + op + "(C1, int)").WithLocation(7, 19),
33099
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.operator " + op + "(C2, int)").WithLocation(12, 19),
33200
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.explicit operator checked int(C1)").WithLocation(7, 19),
33203
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.explicit operator checked int(C2)").WithLocation(12, 19),
33270
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.explicit operator int(C1)").WithLocation(7, 19),
33273
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.explicit operator int(C2)").WithLocation(12, 19),
33340
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.explicit operator checked int(C1)").WithLocation(7, 19),
33343
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.explicit operator checked int(C2)").WithLocation(12, 19),
33410
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.implicit operator int(C1)").WithLocation(7, 19),
33413
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.implicit operator int(C2)").WithLocation(12, 19),
33480
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.explicit operator int(C1)").WithLocation(7, 19),
33483
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.explicit operator int(C2)").WithLocation(12, 19),
33550
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.implicit operator int(C1)").WithLocation(7, 19),
33553
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.implicit operator int(C2)").WithLocation(12, 19),
33648
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.operator +(C4, C4)").WithLocation(12, 19),
33654
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C5>").WithArguments("C5", "I1<C5>.operator +(C5, C5)").WithLocation(17, 19)
33715
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.op_Addition(C4, C4)").WithLocation(12, 19),
33721
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C5>").WithArguments("C5", "I1<C5>.op_Addition(C5, C5)").WithLocation(17, 19)
33782
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.implicit operator int(C4)").WithLocation(12, 19),
33788
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C5>").WithArguments("C5", "I1<C5>.implicit operator int(C5)").WithLocation(17, 19)
33849
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.op_Implicit(C4)").WithLocation(12, 19),
33855
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C5>").WithArguments("C5", "I1<C5>.op_Implicit(C5)").WithLocation(17, 19)
Symbols\SymbolErrorTests.cs (4)
8040
new ErrorDescription { Code = (int)ErrorCode.
ERR_UnimplementedInterfaceMember
, Line = 6, Column = 17 }, //Dev10 doesn't include this
9702
new ErrorDescription { Code = (int)ErrorCode.
ERR_UnimplementedInterfaceMember
, Line = 6, Column = 18 });
10533
new ErrorDescription { Code = (int)ErrorCode.
ERR_UnimplementedInterfaceMember
, Line = 10, Column = 19 }, //CONSIDER: dev10 suppresses this
12429
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IGoo<Void>").WithArguments("NS.Goo.SGoo", "NS.IGoo<System.Void>.M(System.Void)"),