1 write to _hoistedVariables
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
127
_hoistedVariables
= hoistedVariables;
2 references to _hoistedVariables
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (2)
173
return
_hoistedVariables
.Contains(localOrParameter);
195
return
_hoistedVariables
;