Base:
property
IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.IsExplicitInterfaceImplementation
5 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
1107
else if (this.
IsExplicitInterfaceImplementation
)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
846
Debug.Assert(implementationMethod.
IsExplicitInterfaceImplementation
);
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (2)
56
!(IsAbstract || IsVirtual) && !
IsExplicitInterfaceImplementation
&&
75
if (this.
IsExplicitInterfaceImplementation
)
Symbols\TypeWithAnnotations.cs (1)
328
(declaringMethod.IsOverride || declaringMethod.
IsExplicitInterfaceImplementation
));