5 references to GetSynthesizedExplicitImplementations
Microsoft.CodeAnalysis.CSharp (5)
Compiler\MethodCompiler.cs (1)
826
foreach (var synthesizedExplicitImpl in sourceTypeSymbol.
GetSynthesizedExplicitImplementations
(_cancellationToken).ForwardingMethods)
Compiler\SynthesizedMetadataCompiler.cs (1)
77
foreach (var synthesizedExplicitImpl in sourceTypeSymbol.
GetSynthesizedExplicitImplementations
(_cancellationToken).ForwardingMethods)
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
387
foreach ((MethodSymbol body, MethodSymbol implemented) in container.
GetSynthesizedExplicitImplementations
(cancellationToken: default).MethodImpls)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
610
this.
GetSynthesizedExplicitImplementations
(cancellationToken); //force interface and base class errors to be checked
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
75
SynthesizedExplicitImplementations synthesizedImplementations =
GetSynthesizedExplicitImplementations
(cancellationToken: default);