1 write to _explicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SignatureOnlyMethodSymbol.cs (1)
57
_explicitInterfaceImplementations
= explicitInterfaceImplementations.NullToEmpty();
1 reference to _explicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SignatureOnlyMethodSymbol.cs (1)
89
public override ImmutableArray<MethodSymbol> ExplicitInterfaceImplementations { get { return
_explicitInterfaceImplementations
; } }