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)
89public override ImmutableArray<MethodSymbol> ExplicitInterfaceImplementations { get { return _explicitInterfaceImplementations; } }