Base:
property
ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ExplicitInterfaceImplementations
7 references to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Metadata\PE\PEEventSymbol.cs (2)
424if (_addMethod.ExplicitInterfaceImplementations.Length == 0 && 425_removeMethod.ExplicitInterfaceImplementations.Length == 0)
Symbols\Metadata\PE\PEMethodSymbol.cs (3)
630var unused = this.ExplicitInterfaceImplementations; 643var unused = this.ExplicitInterfaceImplementations; 1358if (!SyntaxFacts.IsValidIdentifier(this.Name) && !this.ExplicitInterfaceImplementations.IsEmpty)
Symbols\Metadata\PE\PEPropertySymbol.cs (2)
885if (((object)_getMethod == null || _getMethod.ExplicitInterfaceImplementations.Length == 0) && 886((object)_setMethod == null || _setMethod.ExplicitInterfaceImplementations.Length == 0))