Base:
property
IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp.Symbols.PropertySymbol.IsExplicitInterfaceImplementation
12 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourcePropertyAccessorSymbol.cs (3)
163
bool isExplicitInterfaceImplementation = property.
IsExplicitInterfaceImplementation
;
207
bool isExplicitInterfaceImplementation = property.
IsExplicitInterfaceImplementation
;
596
return _property.
IsExplicitInterfaceImplementation
;
Symbols\Source\SourcePropertySymbol.cs (2)
512
if (parameters.Length == 1 && !owner.
IsExplicitInterfaceImplementation
)
540
if (!
IsExplicitInterfaceImplementation
&& !this.IsNoMoreVisibleThan(param.Type, ref useSiteInfo))
Symbols\Source\SourcePropertySymbolBase.cs (5)
190
bool isExplicitInterfaceImplementation =
IsExplicitInterfaceImplementation
;
386
Debug.Assert(!
IsExplicitInterfaceImplementation
);
577
if (
IsExplicitInterfaceImplementation
)
660
bool isExplicitInterfaceImplementation =
IsExplicitInterfaceImplementation
;
1408
if (!this.IsIndexer || this.
IsExplicitInterfaceImplementation
)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\Source\ExpressionBodiedPropertyTests.cs (2)
399
Assert.True(prop.
IsExplicitInterfaceImplementation
);
403
Assert.True(prop.
IsExplicitInterfaceImplementation
);