Base:
property
IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.IsExplicitInterfaceImplementation
7 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
1133
else if (this.
IsExplicitInterfaceImplementation
)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
881
Debug.Assert(implementationMethod.
IsExplicitInterfaceImplementation
);
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (4)
64
!(IsAbstract || IsVirtual) && !
IsExplicitInterfaceImplementation
&&
89
if (this.
IsExplicitInterfaceImplementation
)
145
else if (IsSealed && !IsOverride && !(
IsExplicitInterfaceImplementation
&& ContainingType.IsInterface && IsAbstract))
150
else if (IsAbstract && IsSealed && !
IsExplicitInterfaceImplementation
)
Symbols\TypeWithAnnotations.cs (1)
328
(declaringMethod.IsOverride || declaringMethod.
IsExplicitInterfaceImplementation
));