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
;
597
return _property.
IsExplicitInterfaceImplementation
;
Symbols\Source\SourcePropertySymbol.cs (2)
627
if (parameters.Length == 1 && !owner.
IsExplicitInterfaceImplementation
)
655
if (!
IsExplicitInterfaceImplementation
&& !this.IsNoMoreVisibleThan(param.Type, ref useSiteInfo))
Symbols\Source\SourcePropertySymbolBase.cs (6)
223
bool isExplicitInterfaceImplementation =
IsExplicitInterfaceImplementation
;
461
Debug.Assert(!
IsExplicitInterfaceImplementation
);
660
if (
IsExplicitInterfaceImplementation
)
858
bool isExplicitInterfaceImplementation =
IsExplicitInterfaceImplementation
;
1575
if (ContainingType.IsInterface ||
IsExplicitInterfaceImplementation
)
1690
if (!this.IsIndexer || this.
IsExplicitInterfaceImplementation
)