3 references to ERR_InterfaceImplementedByUnmanagedCallersOnlyMethod
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2187
or ErrorCode.
ERR_InterfaceImplementedByUnmanagedCallersOnlyMethod
Symbols\TypeSymbol.cs (1)
1716
diagnostics.Add(ErrorCode.
ERR_InterfaceImplementedByUnmanagedCallersOnlyMethod
, GetImplicitImplementationDiagnosticLocation(interfaceMember, implementingType, implicitImpl), implicitImpl, interfaceMethod, implementingType);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\StaticAbstractMembersInInterfacesTests.cs (1)
32630
Diagnostic(ErrorCode.
ERR_InterfaceImplementedByUnmanagedCallersOnlyMethod
, "M1").WithArguments("C.M1()", "I1<C>.M1()", "C").WithLocation(15, 47),