1 write to _hoistedVariables
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
131
_hoistedVariables
= hoistedVariables;
2 references to _hoistedVariables
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (2)
182
return
_hoistedVariables
.Contains(localOrParameter);
204
return
_hoistedVariables
;