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