3 overrides of IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Retargeting\RetargetingPropertySymbol.cs (1)
143
internal override bool
IsExplicitInterfaceImplementation
Symbols\Source\SourcePropertySymbolBase.cs (1)
676
internal override bool
IsExplicitInterfaceImplementation
Symbols\SubstitutedPropertySymbol.cs (1)
104
internal override bool
IsExplicitInterfaceImplementation
5 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (5)
Symbols\MemberSymbolExtensions.cs (1)
712
return ((PropertySymbol)member).
IsExplicitInterfaceImplementation
;
Symbols\PropertySymbol.cs (1)
359
internal bool CanHaveOverloadResolutionPriority => !IsOverride && !
IsExplicitInterfaceImplementation
&& (IsIndexer || IsIndexedProperty);
Symbols\Retargeting\RetargetingPropertySymbol.cs (1)
147
return _underlyingProperty.
IsExplicitInterfaceImplementation
;
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2302
if (!indexer.
IsExplicitInterfaceImplementation
) //explicit implementation names are not checked
Symbols\SubstitutedPropertySymbol.cs (1)
106
get { return OriginalDefinition.
IsExplicitInterfaceImplementation
; }