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