1 write to ForwardingMethods
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5436
ForwardingMethods
= forwardingMethods.NullToEmpty();
3 references to ForwardingMethods
Microsoft.CodeAnalysis.CSharp (3)
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
)
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
82
foreach (var forwardingMethod in synthesizedImplementations.
ForwardingMethods
)