2 references to SynthesizedExplicitImplementations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
5515
public static readonly SynthesizedExplicitImplementations Empty = new
SynthesizedExplicitImplementations
(ImmutableArray<SynthesizedExplicitImplementationForwardingMethod>.Empty,
5538
return new
SynthesizedExplicitImplementations
(forwardingMethods, methodImpls);