1 write to _explicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SignatureOnlyPropertySymbol.cs (1)
45
_explicitInterfaceImplementations
= explicitInterfaceImplementations.NullToEmpty();
1 reference to _explicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SignatureOnlyPropertySymbol.cs (1)
60
public override ImmutableArray<PropertySymbol> ExplicitInterfaceImplementations { get { return
_explicitInterfaceImplementations
; } }