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