3 references to LocalState
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
13078
return new
LocalState
(variables.Id, container, createBitVectorWithNotNulls(capacity, reachable: true));
13101
return new
LocalState
(variables.Id, container, CreateBitVector(reachable));
13107
return new
LocalState
(variables.Id, container: new Boxed(this), CreateBitVector(reachable: true));