9 references to ERR_CloseUnimplementedInterfaceMemberNotStatic
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2182
or ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
Symbols\TypeSymbol.cs (1)
1994
diagnostics.Add(closestMismatch.IsStatic ? ErrorCode.ERR_CloseUnimplementedInterfaceMemberStatic : ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
,
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (7)
Symbols\StaticAbstractMembersInInterfacesTests.cs (7)
15462
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1").WithArguments("C2", "I1.M01()", "C2.M01()").WithLocation(12, 10),
17520
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1<C2>").WithArguments("C2", "I1<C2>.operator " + checkedKeyword + op + "(C2)", "C2.operator " + checkedKeyword + op + "(C2)").WithLocation(12, 10),
17663
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1<C2>").WithArguments("C2", "I1<C2>.operator " + checkedKeyword + op + "(C2)", "C2.operator " + checkedKeyword + op + "(C2)").WithLocation(12, 10),
18055
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1<C2>").WithArguments("C2", "I1<C2>.operator " + checkedKeyword + op + "(C2, int)", "C2.operator " + checkedKeyword + op + "(C2, int)").WithLocation(12, 10),
22848
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1").WithArguments("C2", "I1.M01", "C2.M01").WithLocation(12, 10),
25627
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1").WithArguments("C2", "I1.M01", "C2.M01").WithLocation(12, 10),
28361
Diagnostic(ErrorCode.
ERR_CloseUnimplementedInterfaceMemberNotStatic
, "I1<C2>").WithArguments("C2", "I1<C2>." + op + " operator " + checkedKeyword + "int(C2)", "C2." + op + " operator " + checkedKeyword + "int(C2)").WithLocation(12, 10),