1 write to _hoistedVariables
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
129
_hoistedVariables
= hoistedVariables;
2 references to _hoistedVariables
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (2)
178
return
_hoistedVariables
.Contains(localOrParameter);
200
return
_hoistedVariables
;