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