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