Implemented interface member:
property
ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.IMethodSymbol.ExplicitInterfaceImplementations
2 overrides of ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
CodeGenerationConstructedMethodSymbol.cs (1)
93
public override ImmutableArray<IMethodSymbol>
ExplicitInterfaceImplementations
CodeGenerationMethodSymbol.cs (1)
24
public override ImmutableArray<IMethodSymbol>
ExplicitInterfaceImplementations
{ get; }
1 reference to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationConstructedMethodSymbol.cs (1)
95
=> _constructedFrom.
ExplicitInterfaceImplementations
;