9 references to ERR_CloseUnimplementedInterfaceMemberNotStatic
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2183
or ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
Symbols\TypeSymbol.cs (1)
2006
diagnostics.Add(closestMismatch.IsStatic ? ErrorCode.ERR_CloseUnimplementedInterfaceMemberStatic : ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
,
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (7)
Symbols\StaticAbstractMembersInInterfacesTests.cs (7)
15540
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1").WithArguments("C2", "I1.M01()", "C2.M01()").WithLocation(12, 10),
17598
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1<C2>").WithArguments("C2", "I1<C2>.operator " + checkedKeyword + op + "(C2)", "C2.operator " + checkedKeyword + op + "(C2)").WithLocation(12, 10),
17741
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1<C2>").WithArguments("C2", "I1<C2>.operator " + checkedKeyword + op + "(C2)", "C2.operator " + checkedKeyword + op + "(C2)").WithLocation(12, 10),
18133
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1<C2>").WithArguments("C2", "I1<C2>.operator " + checkedKeyword + op + "(C2, int)", "C2.operator " + checkedKeyword + op + "(C2, int)").WithLocation(12, 10),
22926
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1").WithArguments("C2", "I1.M01", "C2.M01").WithLocation(12, 10),
25705
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1").WithArguments("C2", "I1.M01", "C2.M01").WithLocation(12, 10),
28439
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1<C2>").WithArguments("C2", "I1<C2>." + op + " operator " + checkedKeyword + "int(C2)", "C2." + op + " operator " + checkedKeyword + "int(C2)").WithLocation(12, 10),