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