5 references to Boxed
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
12324
var container = snapshot.Container is null ? null : new
Boxed
(Create(snapshot.Container));
12351
new
Boxed
(ReachableStateWithNotNulls(variables.Container));
12375
new
Boxed
(CreateReachableOrUnreachableState(variables.Container, reachable));
12383
return new LocalState(variables.Id, container: new
Boxed
(this), CreateBitVector(reachable: true));
12582
var container = _container is null ? null : new
Boxed
(_container.Value.Clone());