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