Base:
property
IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.IsExplicitInterfaceImplementation
5 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
542
else if (this.
IsExplicitInterfaceImplementation
)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
823
Debug.Assert(implementationMethod.
IsExplicitInterfaceImplementation
);
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (2)
53
!(IsAbstract || IsVirtual) && !
IsExplicitInterfaceImplementation
&&
72
if (this.
IsExplicitInterfaceImplementation
)
Symbols\TypeWithAnnotations.cs (1)
317
(declaringMethod.IsOverride || declaringMethod.
IsExplicitInterfaceImplementation
));