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