1 write to _variablesToHoist
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\RuntimeAsyncRewriter.cs (1)
108
_variablesToHoist
= variablesToHoist;
3 references to _variablesToHoist
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\RuntimeAsyncRewriter.cs (3)
327
if (
_variablesToHoist
.Contains(leftLocal.LocalSymbol) && !_proxies.ContainsKey(leftLocal.LocalSymbol))
387
Debug.Assert(!
_variablesToHoist
.Contains(node.LocalSymbol));
401
Debug.Assert(!
_variablesToHoist
.Contains(node.ParameterSymbol));