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