3 references to ImplementingMethod
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodBodySynthesizer.Lowered.cs (2)
249
this.
ImplementingMethod
.Construct(this.TypeParameters.Cast<TypeParameterSymbol, TypeSymbol>()) :
250
this.
ImplementingMethod
;
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
84
yield return (forwardingMethod.
ImplementingMethod
, forwardingMethod.ExplicitInterfaceImplementations.Single());