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