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