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