3 references to _variablesToHoist
Microsoft.CodeAnalysis.CSharp (3)
Lowering\StateMachineRewriter\IteratorAndAsyncCaptureWalker.cs (3)
136variablesToHoist.AddRange(walker._variablesToHoist); 210_variablesToHoist.Clear(); 238if (_variablesToHoist.Add(variable) && variable is LocalSymbol local && _boundRefLocalInitializers.TryGetValue(local, out var variableInitializer))