1 write to ForwardingMethods
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5436ForwardingMethods = forwardingMethods.NullToEmpty();
3 references to ForwardingMethods
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (1)
826foreach (var synthesizedExplicitImpl in sourceTypeSymbol.GetSynthesizedExplicitImplementations(_cancellationToken).ForwardingMethods)
Compiler\SynthesizedMetadataCompiler.cs (1)
77foreach (var synthesizedExplicitImpl in sourceTypeSymbol.GetSynthesizedExplicitImplementations(_cancellationToken).ForwardingMethods)
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
82foreach (var forwardingMethod in synthesizedImplementations.ForwardingMethods)