9 references to LocalState
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\AlwaysAssignedWalker.cs (1)
112
return new
LocalState
(BitVector.Empty);
FlowAnalysis\DataFlowsInWalker.cs (1)
58
return new
LocalState
(BitVector.Empty);
FlowAnalysis\DefiniteAssignment.cs (6)
189
State = new
LocalState
(BitVector.Empty);
208
State = new
LocalState
(BitVector.Empty);
230
State = new
LocalState
(BitVector.Empty);
1804
var topState = new
LocalState
(BitVector.Empty);
1884
var result = new
LocalState
(BitVector.AllSet(variableBySlot.Count));
2938
return new
LocalState
(Assigned.Clone());
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
32
new
LocalState
(BitVector.AllSet(variableBySlot.Count), normalizeToBottom: true),