Base:
property
IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp.Symbols.PropertySymbol.IsExplicitInterfaceImplementation
12 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\SourcePropertyAccessorSymbol.cs (4)
193
ModifierUtils.CheckAccessibility(this.DeclarationModifiers, this, property.
IsExplicitInterfaceImplementation
, diagnostics, location);
237
ModifierUtils.CheckAccessibility(this.DeclarationModifiers, this, property.
IsExplicitInterfaceImplementation
, diagnostics, location);
256
bool isExplicitInterfaceImplementation = property.
IsExplicitInterfaceImplementation
;
641
return _property.
IsExplicitInterfaceImplementation
;
Symbols\Source\SourcePropertySymbol.cs (2)
646
if (parameters.Length == 1 && !owner.
IsExplicitInterfaceImplementation
)
680
if (!
IsExplicitInterfaceImplementation
&& !this.IsNoMoreVisibleThan(param.Type, ref useSiteInfo))
Symbols\Source\SourcePropertySymbolBase.cs (6)
226
bool isExplicitInterfaceImplementation =
IsExplicitInterfaceImplementation
;
464
Debug.Assert(!
IsExplicitInterfaceImplementation
);
687
if (
IsExplicitInterfaceImplementation
)
882
bool isExplicitInterfaceImplementation =
IsExplicitInterfaceImplementation
;
1653
if (ContainingType.IsInterface ||
IsExplicitInterfaceImplementation
)
1770
if (!this.IsIndexer || this.
IsExplicitInterfaceImplementation
)