555 references to ERR_UnimplementedInterfaceMember
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
881
case 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)
24795
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<(int notA, int notB)>").WithArguments("Derived1", "I<(int notA, int notB)>.M()").WithLocation(10, 24)
24826
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<(int notA, int notB)>").WithArguments("Derived1", "I<(int notA, int notB)>.M()").WithLocation(11, 24)
24854
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<(int a, int b)>").WithArguments("Base", "I<(int a, int b)>.M()").WithLocation(6, 14),
24857
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<(int notA, int notB)>").WithArguments("Derived1", "I<(int notA, int notB)>.M()").WithLocation(9, 24)
24878
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<(int a, int b)>").WithArguments("Base", "I<(int a, int b)>.M()").WithLocation(6, 21)
24894
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<(int notA, int notB)>").WithArguments("Derived1", "I<(int notA, int notB)>.M()").WithLocation(2, 24)
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)
864
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase").WithArguments("ITT", "IInterfaceBase.bar()").WithLocation(3, 7));
889
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "test.IInterfaceBase").WithArguments("ITT", "test.IInterfaceBase.bar()").WithLocation(3, 7));
915
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "a1.IInterfaceBase").WithArguments("ITT", "test.IInterfaceBase.bar()").WithLocation(5, 7));
947
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "a1.IInterfaceBase").WithArguments("ITT", "test.IInterfaceBase.xyz()").WithLocation(5, 7),
950
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "a1.IInterfaceBase2").WithArguments("ITT", "test.IInterfaceBase2.xyz()").WithLocation(5, 26));
979
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase").WithArguments("ITT", "IInterfaceBase.xyz()").WithLocation(3, 7));
1009
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase2").WithArguments("ITT", "IInterfaceBase2.abc()").WithLocation(3, 23));
1037
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase").WithArguments("ITT", "IInterfaceBase.xyz()").WithLocation(3, 7),
1040
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase2").WithArguments("ITT", "IInterfaceBase2.xyz()").WithLocation(4, 6));
1068
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived").WithArguments("ITT", "IDerived.xyzd()").WithLocation(2, 19),
1071
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived").WithArguments("ITT", "IInterfaceBase.xyzb()").WithLocation(2, 19));
1096
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived").WithArguments("ITT", "IDerived.xyzd()").WithLocation(2, 19),
1099
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase").WithArguments("ITT", "IInterfaceBase.xyz()").WithLocation(2, 29));
1124
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived").WithArguments("ITT", "IDerived.xyzd()").WithLocation(2, 35),
1127
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IInterfaceBase").WithArguments("ITT", "IInterfaceBase.xyz()").WithLocation(2, 19));
1153
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived2").WithArguments("ITT", "IBase.method1()").WithLocation(2, 19),
1156
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived2").WithArguments("ITT", "IBase2.Method2()").WithLocation(2, 19));
1191
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived").WithArguments("ITT", "IBase.method1()").WithLocation(2, 20));
1232
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IDerived").WithArguments("ITT", "IBase.method1()").WithLocation(2, 20));
1282
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Iderived").WithArguments("foo", "Iderived.method3()").WithLocation(29, 25));
1327
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IBase3").WithArguments("Foo", "IBase3.method3()").WithLocation(15, 28));
1370
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IBase2").WithArguments("Foo", "IBase2.method2()").WithLocation(2, 35),
1373
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IBase3").WithArguments("Foo", "IBase3.method3()").WithLocation(13, 28));
1412
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IBase2").WithArguments("Foo", "IBase2.method2()").WithLocation(2, 35),
1415
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)
1997
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("DerivedWithInitSetterOnly", "I.Property.get").WithLocation(14, 42),
2000
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("DerivedWithoutInitGetterOnly", "I.Property.init").WithLocation(18, 45)
2039
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("DerivedWithoutInitGetterOnly", "I.Property.set").WithLocation(18, 45)
2131
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("DerivedWithoutInitGetterOnly", "I.Property.set").WithLocation(14, 45)
2233
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("DerivedGetterOnly", "I.Property.init").WithLocation(10, 34),
Semantics\NullableReferenceTypesTests.cs (43)
12756
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IB").WithArguments("B2", "IB.E3.remove").WithLocation(30, 12),
12759
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IB").WithArguments("B2", "IB.E3.add").WithLocation(30, 12),
13378
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IA").WithArguments("B", "IA.M3<T>()").WithLocation(16, 11),
13381
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IA").WithArguments("B", "IA.M2<T>()").WithLocation(16, 11),
13453
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IA").WithArguments("B", "IA.M2<T>()").WithLocation(8, 11),
15383
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("B", "A.P2.set").WithLocation(9, 11),
15386
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("B", "A.P1.set").WithLocation(9, 11)
15601
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "B").WithArguments("C", "B.P1.get").WithLocation(9, 11),
15604
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "B").WithArguments("C", "B.P2.get").WithLocation(9, 11)
15928
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("B", "A.P2.set").WithLocation(9, 11),
15931
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("B", "A.P1.set").WithLocation(9, 11),
16067
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "B").WithArguments("C", "B.P1.get").WithLocation(9, 11),
16070
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "B").WithArguments("C", "B.P2.get").WithLocation(9, 11),
16529
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IA").WithArguments("B", "IA.M3<T>(T?[]?)").WithLocation(14, 11),
16532
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IA").WithArguments("B", "IA.M2<T>(T[])").WithLocation(14, 11),
17108
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<A?>").WithArguments("C1", "I1<A?>.M1()").WithLocation(9, 19),
17134
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<A?>").WithArguments("C1", "I1<A?>.M1()").WithLocation(9, 19)
75171
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C", "I.M<T>(T?)").WithLocation(5, 11),
112365
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),
134716
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(13, 12),
134749
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T)").WithLocation(13, 12),
134967
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(9, 12));
134991
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(9, 12));
135036
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(9, 12));
135080
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(9, 12));
135104
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(9, 12),
135137
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C2", "I.Goo<T>(T?)").WithLocation(9, 12),
146925
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T>").WithArguments("C2<T>", "I<T>.F2<U>(U?)").WithLocation(7, 15),
146928
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T>").WithArguments("C2<T>", "I<T>.F1<U>(U)").WithLocation(7, 15),
146955
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T?>").WithArguments("C4<T>", "I<T?>.F2<U>(U?)").WithLocation(17, 15),
146958
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T?>").WithArguments("C4<T>", "I<T?>.F1<U>(U)").WithLocation(17, 15),
147027
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T>").WithArguments("C2<T>", "I<T>.F2<U>(U?)").WithLocation(7, 15),
147030
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T>").WithArguments("C2<T>", "I<T>.F1<U>(U)").WithLocation(7, 15),
147048
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T?>").WithArguments("C4<T>", "I<T?>.F2<U>(U?)").WithLocation(17, 15),
147051
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<T?>").WithArguments("C4<T>", "I<T?>.F1<U>(U)").WithLocation(17, 15),
147107
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<string>").WithArguments("C2", "I<string>.F2<U>(U?)").WithLocation(7, 12),
147110
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<string>").WithArguments("C2", "I<string>.F1<U>(U)").WithLocation(7, 12),
147128
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<string?>").WithArguments("C4", "I<string?>.F2<U>(U?)").WithLocation(17, 12),
147131
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<string?>").WithArguments("C4", "I<string?>.F1<U>(U)").WithLocation(17, 12),
147196
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<int>").WithArguments("C2", "I<int>.F2<U>(U)").WithLocation(7, 12),
147199
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<int>").WithArguments("C2", "I<int>.F1<U>(U)").WithLocation(7, 12),
147214
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<int?>").WithArguments("C4", "I<int?>.F2<U>(U)").WithLocation(17, 12),
147217
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<int?>").WithArguments("C4", "I<int?>.F1<U>(U)").WithLocation(17, 12),
Semantics\ObjectAndCollectionInitializerTests.cs (2)
3545
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IEnumerable<int>").WithArguments("Base", "System.Collections.Generic.IEnumerable<int>.GetEnumerator()").WithLocation(5, 14),
3548
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IEnumerable<int>").WithArguments("Base", "System.Collections.IEnumerable.GetEnumerator()").WithLocation(5, 14),
Semantics\RecordTests.cs (1)
24520
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "A").WithArguments("A", "System.IEquatable<A>.Other()").WithLocation(1, 8));
Semantics\RefFieldTests.cs (1)
19397
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C", "I.M<T>(T)").WithLocation(6, 11),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (376)
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)
8768
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M1()").WithLocation(27, 15),
8783
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M1()").WithLocation(19, 15)
8923
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M1()").WithLocation(15, 15)
9130
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M1()").WithLocation(2, 15)
9902
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M1()").WithLocation(7, 15)
10134
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M3()").WithLocation(17, 15),
10137
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M2()").WithLocation(17, 15)
10402
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M1()").WithLocation(11, 15),
10519
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M1()").WithLocation(11, 15),
10522
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M2()").WithLocation(11, 15),
10525
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M3()").WithLocation(11, 15),
10540
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M3()").WithLocation(15, 15)
11745
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M1()").WithLocation(2, 15)
11866
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M1()").WithLocation(2, 15)
11995
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.M1()").WithLocation(2, 15)
14190
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(13, 15),
14205
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(21, 15)
14542
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(17, 15)
14702
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
15823
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
16364
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I0").WithArguments("Test2", "I0.P0").WithLocation(90, 15),
16367
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(90, 19),
16370
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I2.P2").WithLocation(90, 23),
16373
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test2", "I3.P3").WithLocation(90, 27),
16376
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test2", "I4.P4").WithLocation(90, 31),
16379
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I5").WithArguments("Test2", "I5.P5").WithLocation(90, 35),
16382
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I6").WithArguments("Test2", "I6.P6").WithLocation(90, 39),
16385
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I7").WithArguments("Test2", "I7.P7").WithLocation(90, 43),
16388
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I8").WithArguments("Test2", "I8.P8").WithLocation(90, 47)
16812
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(23, 15),
17065
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(23, 15),
17068
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I2.P2").WithLocation(23, 19),
17071
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test1", "I4.P4").WithLocation(23, 27),
17074
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test2", "I4.P4").WithLocation(27, 27)
20419
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
20475
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
20532
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
22462
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.this[byte]")
22521
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.this[int]")
23202
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.this[int]")
23578
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3.I4").WithArguments("CI4", "I3.I4.M4()").WithLocation(24, 17),
23590
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "C3.I6").WithArguments("CI6", "C3.I6.M6()").WithLocation(37, 17),
23761
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3.I4").WithArguments("CI4", "I3.I4.M4()").WithLocation(24, 17),
23773
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "C3.I6").WithArguments("CI6", "C3.I6.M6()").WithLocation(37, 17),
23945
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I0").WithArguments("Test2", "I0.this[int]").WithLocation(90, 15),
23948
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.this[int]").WithLocation(90, 19),
23951
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I2.this[int]").WithLocation(90, 23),
23954
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test2", "I3.this[int]").WithLocation(90, 27),
23957
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test2", "I4.this[int]").WithLocation(90, 31),
23960
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I5").WithArguments("Test2", "I5.this[int]").WithLocation(90, 35),
23963
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I6").WithArguments("Test2", "I6.this[int]").WithLocation(90, 39),
23966
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I7").WithArguments("Test2", "I7.this[int]").WithLocation(90, 43),
23969
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I8").WithArguments("Test2", "I8.this[int]").WithLocation(90, 47)
24135
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.this[int]"),
24223
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.this[int]"),
24226
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I2.this[int]"),
24229
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test1", "I4.this[int]").WithLocation(23, 27),
27786
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(18, 15),
27789
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(11, 15)
28038
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1"),
28213
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
29321
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
29777
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I0").WithArguments("Test2", "I0.P0").WithLocation(90, 15),
29780
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(90, 19),
29783
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I2.P2").WithLocation(90, 23),
29786
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test2", "I3.P3").WithLocation(90, 27),
29789
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test2", "I4.P4").WithLocation(90, 31),
29792
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I5").WithArguments("Test2", "I5.P5").WithLocation(90, 35),
29795
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I6").WithArguments("Test2", "I6.P6").WithLocation(90, 39),
29798
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I7").WithArguments("Test2", "I7.P7").WithLocation(90, 43),
29801
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I8").WithArguments("Test2", "I8.P8").WithLocation(90, 47)
30235
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(19, 15),
30444
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.P1").WithLocation(23, 15),
30447
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I2.P2").WithLocation(23, 19),
30450
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test1", "I4.P4").WithLocation(23, 27),
30465
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test2", "I4.P4").WithLocation(27, 27),
31129
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
31186
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
31244
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 15)
33364
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I2.M1()").WithLocation(28, 15)
33422
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I2.M1()").WithLocation(28, 15)
33484
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I4.M1()").WithLocation(28, 15)
35191
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1<string>.M1()").WithLocation(4, 15),
35194
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1<string?>.M1()").WithLocation(4, 15)
36683
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M2()").WithLocation(20, 15),
36686
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I1.M1()").WithLocation(20, 15)
37489
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I2.M1").WithLocation(30, 15)
37555
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I2.M1").WithLocation(30, 15)
37624
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I4.M1").WithLocation(30, 15)
37992
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1").WithLocation(20, 15),
37995
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M2").WithLocation(20, 15),
38083
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1").WithLocation(20, 15),
38086
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M2").WithLocation(20, 15),
39335
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1<string>.M1").WithLocation(4, 15),
39338
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1<string?>.M1").WithLocation(4, 15)
40497
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I2.M1").WithLocation(30, 15)
40557
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I2.M1").WithLocation(30, 15)
40621
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I4.M1").WithLocation(30, 15)
40758
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I4").WithArguments("Test2", "I3.M1").WithLocation(33, 15),
40761
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1").WithLocation(20, 15),
40764
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M2").WithLocation(20, 15),
40770
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I5").WithArguments("Test3", "I3.M1").WithLocation(41, 15)
42692
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test1", "I4.this[int]").WithLocation(30, 15)
42893
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[long]").WithLocation(20, 15),
42896
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(20, 15),
50865
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2")
51184
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.M1()").WithLocation(2, 15)
51785
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1()").WithLocation(12, 15)
51840
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1()").WithLocation(12, 15)
51908
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1()").WithLocation(12, 15)
51963
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1()").WithLocation(12, 15)
52028
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.M1()").WithLocation(12, 15)
52301
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
52420
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
52663
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
52745
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
53397
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(22, 15)
53496
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(16, 15)
53529
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
53654
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
53797
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
53830
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
53863
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
53896
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
53929
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
53962
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
53997
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
54091
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
54126
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
54195
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54268
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54439
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54507
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54601
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54695
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54783
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test2", "I1.F1").WithLocation(2, 15)
54824
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
54857
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
55026
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
55061
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
55469
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(18, 15)
55505
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(15, 15)
55538
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
55571
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
55604
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
55692
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
55727
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
55760
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
55793
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
55960
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
55995
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
56400
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(18, 15)
56436
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(15, 15)
56469
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56502
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56596
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56631
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
56660
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56689
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56718
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56747
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56776
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
56805
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
57284
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
57384
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
57614
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
57690
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.P1").WithLocation(2, 15)
58290
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(22, 15)
58381
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(16, 15)
58414
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58447
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58473
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1.remove").WithLocation(7, 19),
58476
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1.add").WithLocation(7, 19),
58591
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1.remove").WithLocation(7, 20),
58594
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1.add").WithLocation(7, 20),
58663
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58696
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58729
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58762
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58795
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58828
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58861
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58897
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
58940
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(16, 15)
58976
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
59019
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(16, 15)
59054
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(7, 15)
59208
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.P1").WithLocation(12, 15)
59313
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
59342
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
59465
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
59496
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
59848
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(22, 15)
59884
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(16, 15)
59913
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
59942
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60027
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60056
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60085
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60114
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60143
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60172
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60203
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(7, 15)
60234
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(7, 15)
60265
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(7, 15)
60294
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
60323
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
60434
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
60465
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
60792
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(18, 15)
60824
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(15, 15)
60853
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60882
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60911
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
60993
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61024
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(7, 15)
61053
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
61082
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
61191
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
61222
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I3").WithArguments("Test1", "I1.this[int]").WithLocation(2, 15)
61546
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(18, 15)
61578
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(15, 15)
61607
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61636
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61718
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61749
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(7, 15)
61778
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61807
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
61836
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test1", "I1.this[int]").WithLocation(12, 15)
62920
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.E1").WithLocation(6, 19),
62923
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(6, 19),
62926
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(6, 19),
62929
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P3").WithLocation(6, 19),
62932
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test3", "I1.E1").WithLocation(10, 15),
63144
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(6, 19),
63310
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(6, 19),
63486
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(6, 19),
63858
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.E1").WithLocation(2, 19),
63861
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P1").WithLocation(2, 19),
63864
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(2, 19),
63867
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P3").WithLocation(2, 19),
63870
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2").WithArguments("Test3", "I1.E1").WithLocation(6, 15),
64019
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(2, 19),
64135
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(2, 19),
64256
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("Test2", "I1.P2").WithLocation(2, 19),
64346
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1").WithLocation(2, 16)
64426
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1").WithLocation(2, 16)
64497
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1").WithLocation(2, 16),
64576
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C2", "I1.P1").WithLocation(2, 16),
68663
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<Test1>").WithArguments("Test1", "I1<Test1>.operator ==(Test1, int)").WithLocation(2, 15),
68666
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<Test1>").WithArguments("Test1", "I1<Test1>.operator !=(Test1, int)").WithLocation(2, 15)
68745
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<Test1>").WithArguments("Test1", "I1<Test1>.implicit operator long(Test1)").WithLocation(2, 15),
68748
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<Test1>").WithArguments("Test1", "I1<Test1>.explicit operator int(Test1)").WithLocation(2, 15),
68751
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<Test1>").WithArguments("Test1", "I1<Test1>.explicit operator checked int(Test1)").WithLocation(2, 15)
Symbols\GenericConstraintTests.cs (2)
550
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I<string>").WithArguments("C", "I<string>.M1<U>()"));
2055
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)
538
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C", "I1.this[int]"));
1390
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IRefIndexer").WithArguments("Test", "IRefIndexer.get_Item(ref int)"),
1392
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IRefIndexer").WithArguments("Test", "IRefIndexer.set_Item(ref int, int)"));
1414
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IRefIndexer").WithArguments("Test", "IRefIndexer.get_Item(ref int)"),
1416
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)
578
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface").WithArguments("Empty", "Interface.SetterIsGap"),
581
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 (1)
2402
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I").WithArguments("C", "I.F()").WithLocation(5, 19));
Symbols\StaticAbstractMembersInInterfacesTests.cs (91)
7242
compilation1.GetDiagnostics().Where(d => d.Code is not ((int)ErrorCode.ERR_OperatorNeedsMatch or (int)ErrorCode.
ERR_UnimplementedInterfaceMember
)).Verify(
7336
compilation1.GetDiagnostics().Where(d => d.Code is not (int)ErrorCode.
ERR_UnimplementedInterfaceMember
).Verify(
7441
compilation1.GetDiagnostics().Where(d => d.Code is not (int)ErrorCode.
ERR_UnimplementedInterfaceMember
).Verify(
7547
compilation1.GetDiagnostics().Where(d => d.Code is not ((int)ErrorCode.ERR_OperatorNeedsMatch or (int)ErrorCode.ERR_InterfacesCantContainConversionOrEqualityOperators or (int)ErrorCode.
ERR_UnimplementedInterfaceMember
)).Verify(
7641
compilation1.GetDiagnostics().Where(d => d.Code is not ((int)ErrorCode.ERR_OperatorNeedsMatch or (int)ErrorCode.ERR_InterfacesCantContainConversionOrEqualityOperators or (int)ErrorCode.
ERR_UnimplementedInterfaceMember
)).Verify(
7740
compilation1.GetDiagnostics().Where(d => d.Code is not ((int)ErrorCode.ERR_OperatorNeedsMatch or (int)ErrorCode.
ERR_UnimplementedInterfaceMember
)).Verify(
7857
compilation1.GetDiagnostics().Where(d => d.Code is not (int)ErrorCode.
ERR_UnimplementedInterfaceMember
).Verify(
7977
compilation1.GetDiagnostics().Where(d => d.Code is not (int)ErrorCode.
ERR_UnimplementedInterfaceMember
).Verify(
8074
compilation1.GetDiagnostics().Where(d => d.Code is not ((int)ErrorCode.ERR_OperatorNeedsMatch or (int)ErrorCode.ERR_InterfacesCantContainConversionOrEqualityOperators or (int)ErrorCode.
ERR_UnimplementedInterfaceMember
)).Verify(
8171
compilation1.GetDiagnostics().Where(d => d.Code is not ((int)ErrorCode.ERR_OperatorNeedsMatch or (int)ErrorCode.ERR_InterfacesCantContainConversionOrEqualityOperators or (int)ErrorCode.
ERR_UnimplementedInterfaceMember
)).Verify(
15579
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01()").WithLocation(8, 10),
15588
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C4", "I1.M01()").WithLocation(24, 10),
15597
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C6", "I1.M01()").WithLocation(36, 10),
15721
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01()").WithLocation(8, 10),
15730
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C4", "I1.M01()").WithLocation(24, 10),
15739
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C6", "I1.M01()").WithLocation(36, 10),
17637
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator " + checkedKeyword + op + "(C1)").WithLocation(8, 10),
17652
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.operator " + checkedKeyword + op + "(C4)").WithLocation(24, 10),
17664
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C6>").WithArguments("C6", "I1<C6>.operator " + checkedKeyword + op + "(C6)").WithLocation(36, 10),
17670
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C7>").WithArguments("C7", "I1<C7>.operator " + checkedKeyword + op + "(C7)").WithLocation(42, 10),
17673
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C8>").WithArguments("C8", "I1<C8>.operator " + checkedKeyword + op + "(C8)").WithLocation(48, 10),
17679
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C9>").WithArguments("C9", "I2<C9>." + opName + "(C9)").WithLocation(59, 10),
17682
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C10>").WithArguments("C10", "I2<C10>." + opName + "(C10)").WithLocation(65, 11),
17916
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator " + checkedKeyword + op + "(C1, int)").WithLocation(8, 10),
17931
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.operator " + checkedKeyword + op + "(C4, int)").WithLocation(24, 10),
17943
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C6>").WithArguments("C6", "I1<C6>.operator " + checkedKeyword + op + "(C6, int)").WithLocation(36, 10),
17949
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C7>").WithArguments("C7", "I1<C7>.operator " + checkedKeyword + op + "(C7, int)").WithLocation(42, 10),
17952
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C8>").WithArguments("C8", "I1<C8>.operator " + checkedKeyword + op + "(C8, int)").WithLocation(48, 10),
17958
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C9>").WithArguments("C9", "I2<C9>." + opName + "(C9, int)").WithLocation(59, 10),
17961
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C10>").WithArguments("C10", "I2<C10>." + opName + "(C10, int)").WithLocation(65, 11),
22409
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(8, 10),
22418
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C4", "I1.M01").WithLocation(24, 10),
22427
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C6", "I1.M01").WithLocation(36, 10),
22551
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(8, 10),
22560
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C4", "I1.M01").WithLocation(24, 10),
22569
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C6", "I1.M01").WithLocation(36, 10),
23636
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(2, 19)
23896
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.get").WithLocation(2, 19),
23926
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.get").WithLocation(2, 19),
23988
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(2, 19)
24248
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.set").WithLocation(2, 19),
24278
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.set").WithLocation(2, 19),
25188
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(8, 10),
25197
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C4", "I1.M01").WithLocation(24, 10),
25206
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C6", "I1.M01").WithLocation(36, 10),
25330
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(8, 10),
25339
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C4", "I1.M01").WithLocation(24, 10),
25348
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C6", "I1.M01").WithLocation(36, 10),
26318
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(2, 19)
26502
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.add").WithLocation(2, 19),
26532
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.add").WithLocation(2, 19),
26592
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01").WithLocation(2, 19)
26776
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.remove").WithLocation(2, 19),
26806
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1").WithArguments("C1", "I1.M01.remove").WithLocation(2, 19),
27922
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>." + op + " operator " + checkedKeyword + "int(C1)").WithLocation(8, 10),
27937
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>." + op + " operator " + checkedKeyword + "int(C4)").WithLocation(24, 10),
27949
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C6>").WithArguments("C6", "I1<C6>." + op + " operator " + checkedKeyword + "int(C6)").WithLocation(36, 10),
27955
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C7>").WithArguments("C7", "I1<C7>." + op + " operator " + checkedKeyword + "int(C7)").WithLocation(42, 10),
27958
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C8>").WithArguments("C8", "I1<C8>." + op + " operator " + checkedKeyword + "int(C8)").WithLocation(48, 10),
27964
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C9>").WithArguments("C9", "I2<C9>." + opName + "(C9)").WithLocation(59, 10),
27967
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I2<C10>").WithArguments("C10", "I2<C10>." + opName + "(C10)").WithLocation(65, 11),
31865
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface<int, int>").WithArguments("Other", "Interface<int, int>.Method(int)").WithLocation(9, 15),
31868
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "Interface<int, int>").WithArguments("Other", "Interface<int, int>.Method(int)").WithLocation(9, 15),
32299
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator checked " + op + "(C1)").WithLocation(7, 19),
32302
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.operator checked " + op + "(C2)").WithLocation(12, 19),
32375
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator " + op + "(C1)").WithLocation(7, 19),
32378
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.operator " + op + "(C2)").WithLocation(12, 19),
32504
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator checked " + op + "(C1, int)").WithLocation(7, 19),
32507
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.operator checked " + op + "(C2, int)").WithLocation(12, 19),
32582
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.operator " + op + "(C1, int)").WithLocation(7, 19),
32585
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.operator " + op + "(C2, int)").WithLocation(12, 19),
32686
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.explicit operator checked int(C1)").WithLocation(7, 19),
32689
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.explicit operator checked int(C2)").WithLocation(12, 19),
32756
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.explicit operator int(C1)").WithLocation(7, 19),
32759
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.explicit operator int(C2)").WithLocation(12, 19),
32826
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.explicit operator checked int(C1)").WithLocation(7, 19),
32829
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.explicit operator checked int(C2)").WithLocation(12, 19),
32896
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.implicit operator int(C1)").WithLocation(7, 19),
32899
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.implicit operator int(C2)").WithLocation(12, 19),
32966
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.explicit operator int(C1)").WithLocation(7, 19),
32969
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.explicit operator int(C2)").WithLocation(12, 19),
33036
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C1>").WithArguments("C1", "I1<C1>.implicit operator int(C1)").WithLocation(7, 19),
33039
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C2>").WithArguments("C2", "I1<C2>.implicit operator int(C2)").WithLocation(12, 19),
33134
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.operator +(C4, C4)").WithLocation(12, 19),
33140
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C5>").WithArguments("C5", "I1<C5>.operator +(C5, C5)").WithLocation(17, 19)
33201
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.op_Addition(C4, C4)").WithLocation(12, 19),
33207
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C5>").WithArguments("C5", "I1<C5>.op_Addition(C5, C5)").WithLocation(17, 19)
33268
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.implicit operator int(C4)").WithLocation(12, 19),
33274
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C5>").WithArguments("C5", "I1<C5>.implicit operator int(C5)").WithLocation(17, 19)
33335
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C4>").WithArguments("C4", "I1<C4>.op_Implicit(C4)").WithLocation(12, 19),
33341
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "I1<C5>").WithArguments("C5", "I1<C5>.op_Implicit(C5)").WithLocation(17, 19)
Symbols\SymbolErrorTests.cs (4)
7964
new ErrorDescription { Code = (int)ErrorCode.
ERR_UnimplementedInterfaceMember
, Line = 6, Column = 17 }, //Dev10 doesn't include this
9559
new ErrorDescription { Code = (int)ErrorCode.
ERR_UnimplementedInterfaceMember
, Line = 6, Column = 18 });
10390
new ErrorDescription { Code = (int)ErrorCode.
ERR_UnimplementedInterfaceMember
, Line = 10, Column = 19 }, //CONSIDER: dev10 suppresses this
12286
Diagnostic(ErrorCode.
ERR_UnimplementedInterfaceMember
, "IGoo<Void>").WithArguments("NS.Goo.SGoo", "NS.IGoo<System.Void>.M(System.Void)"),