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