Base:
property
ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ExplicitInterfaceImplementations
4 references to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (1)
831
if (!interfaces.Contains(synthesizedExplicitImpl.
ExplicitInterfaceImplementations
[0].ContainingType,
Compiler\SynthesizedMetadataCompiler.cs (1)
80
if (!interfaces.Contains(synthesizedExplicitImpl.
ExplicitInterfaceImplementations
[0].ContainingType,
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs (1)
95
return (PropertySymbol)_getter.
ExplicitInterfaceImplementations
[0].AssociatedSymbol;
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
84
yield return (forwardingMethod.ImplementingMethod, forwardingMethod.
ExplicitInterfaceImplementations
.Single());