Base:
property
IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.IsExplicitInterfaceImplementation
2 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertyAccessorSymbol.cs (2)
608
PropertySymbol? explicitlyImplementedPropertyOpt =
IsExplicitInterfaceImplementation
? _property.ExplicitInterfaceImplementations.FirstOrDefault() : null;
680
if (
IsExplicitInterfaceImplementation
)