1 instantiation of SynthesizedExplicitImplementationForwardingMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
1882
return (new
SynthesizedExplicitImplementationForwardingMethod
(interfaceMethod, implementingMethod, this), null);
3 references to SynthesizedExplicitImplementationForwardingMethod
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (3)
114
var forwardingMethods = ArrayBuilder<
SynthesizedExplicitImplementationForwardingMethod
>.GetInstance();
183
if (synthesizedImplementation.ForwardingMethod is
SynthesizedExplicitImplementationForwardingMethod
forwardingMethod)
1805
private (
SynthesizedExplicitImplementationForwardingMethod
? ForwardingMethod, (MethodSymbol Body, MethodSymbol Implemented)? MethodImpl)