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