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