1 write to _explicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
42
_explicitInterfaceImplementations
= ImmutableArray.Create<MethodSymbol>(interfaceMethod);
1 reference to _explicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
135
get { return
_explicitInterfaceImplementations
; }