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