Base:
property
IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.IsExplicitInterfaceImplementation
7 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
1137
else if (this.
IsExplicitInterfaceImplementation
)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
880
Debug.Assert(implementationMethod.
IsExplicitInterfaceImplementation
);
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (4)
63
!(IsAbstract || IsVirtual) && !
IsExplicitInterfaceImplementation
&&
82
if (this.
IsExplicitInterfaceImplementation
)
138
else if (IsSealed && !IsOverride && !(
IsExplicitInterfaceImplementation
&& ContainingType.IsInterface && IsAbstract))
143
else if (IsAbstract && IsSealed && !
IsExplicitInterfaceImplementation
)
Symbols\TypeWithAnnotations.cs (1)
328
(declaringMethod.IsOverride || declaringMethod.
IsExplicitInterfaceImplementation
));