2 instantiations of SynthesizedExplicitImplementations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
5380public static readonly SynthesizedExplicitImplementations Empty = new SynthesizedExplicitImplementations(ImmutableArray<SynthesizedExplicitImplementationForwardingMethod>.Empty, 5403return new SynthesizedExplicitImplementations(forwardingMethods, methodImpls);
7 references to SynthesizedExplicitImplementations
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceMemberContainerSymbol.cs (3)
214private SynthesizedExplicitImplementations? _lazySynthesizedExplicitImplementations; 5380public static readonly SynthesizedExplicitImplementations Empty = new SynthesizedExplicitImplementations(ImmutableArray<SynthesizedExplicitImplementationForwardingMethod>.Empty, 5394internal static SynthesizedExplicitImplementations Create(
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (4)
29internal SynthesizedExplicitImplementations GetSynthesizedExplicitImplementations( 75SynthesizedExplicitImplementations synthesizedImplementations = GetSynthesizedExplicitImplementations(cancellationToken: default); 110private SynthesizedExplicitImplementations ComputeInterfaceImplementations( 339return SynthesizedExplicitImplementations.Create(forwardingMethods.ToImmutableAndFree(), methodImpls.ToImmutableAndFree());