Base:
property
IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp.Symbols.PropertySymbol.IsExplicitInterfaceImplementation
12 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
167
ModifierUtils.CheckAccessibility(this.DeclarationModifiers, this, property.
IsExplicitInterfaceImplementation
, diagnostics, location);
211
ModifierUtils.CheckAccessibility(this.DeclarationModifiers, this, property.
IsExplicitInterfaceImplementation
, diagnostics, location);
230
bool isExplicitInterfaceImplementation = property.
IsExplicitInterfaceImplementation
;
601
return _property.
IsExplicitInterfaceImplementation
;
Symbols\Source\SourcePropertySymbol.cs (2)
649
if (parameters.Length == 1 && !owner.
IsExplicitInterfaceImplementation
)
683
if (!
IsExplicitInterfaceImplementation
&& !this.IsNoMoreVisibleThan(param.Type, ref useSiteInfo))
Symbols\Source\SourcePropertySymbolBase.cs (6)
224
bool isExplicitInterfaceImplementation =
IsExplicitInterfaceImplementation
;
462
Debug.Assert(!
IsExplicitInterfaceImplementation
);
683
if (
IsExplicitInterfaceImplementation
)
873
bool isExplicitInterfaceImplementation =
IsExplicitInterfaceImplementation
;
1599
if (ContainingType.IsInterface ||
IsExplicitInterfaceImplementation
)
1714
if (!this.IsIndexer || this.
IsExplicitInterfaceImplementation
)