3 references to ERR_ExplicitInterfaceImplementationInNonClassOrStruct
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
886case ErrorCode.ERR_ExplicitInterfaceImplementationInNonClassOrStruct:
Symbols\Source\ExplicitInterfaceHelpers.cs (1)
199diagnostics.Add(ErrorCode.ERR_ExplicitInterfaceImplementationInNonClassOrStruct, memberLocation, implementingMember);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenScriptTests.cs (1)
653Diagnostic(ErrorCode.ERR_ExplicitInterfaceImplementationInNonClassOrStruct, "M").WithArguments("M()").WithLocation(7, 9)