1 write to _implementingMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedExplicitImplementationForwardingMethod.cs (1)
30_implementingMethod = implementingMethod;
4 references to _implementingMethod
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\SynthesizedExplicitImplementationForwardingMethod.cs (4)
35get { return _implementingMethod; } 42return _implementingMethod.IsAccessor() ? 43_implementingMethod.MethodKind : 48public override bool IsStatic => _implementingMethod.IsStatic;