Base:
property
ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp.Symbols.PropertySymbol.ExplicitInterfaceImplementations
3 references to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourcePropertyAccessorSymbol.cs (2)
608
PropertySymbol? explicitlyImplementedPropertyOpt = IsExplicitInterfaceImplementation ? _property.
ExplicitInterfaceImplementations
.FirstOrDefault() : null;
682
PropertySymbol? explicitlyImplementedPropertyOpt = _property.
ExplicitInterfaceImplementations
.FirstOrDefault();
Symbols\Source\SourcePropertySymbolBase.cs (1)
993
PropertySymbol? explicitlyImplementedProperty =
ExplicitInterfaceImplementations
.FirstOrDefault();