Base:
property
ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ExplicitInterfaceImplementations
7 references to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Metadata\PE\PEEventSymbol.cs (2)
383if (_addMethod.ExplicitInterfaceImplementations.Length == 0 && 384_removeMethod.ExplicitInterfaceImplementations.Length == 0)
Symbols\Metadata\PE\PEMethodSymbol.cs (3)
610var unused = this.ExplicitInterfaceImplementations; 623var unused = this.ExplicitInterfaceImplementations; 1282if (!SyntaxFacts.IsValidIdentifier(this.Name) && !this.ExplicitInterfaceImplementations.IsEmpty)
Symbols\Metadata\PE\PEPropertySymbol.cs (2)
790if (((object)_getMethod == null || _getMethod.ExplicitInterfaceImplementations.Length == 0) && 791((object)_setMethod == null || _setMethod.ExplicitInterfaceImplementations.Length == 0))