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