5 instantiations of Boxed
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
12324var container = snapshot.Container is null ? null : new Boxed(Create(snapshot.Container)); 12351new Boxed(ReachableStateWithNotNulls(variables.Container)); 12375new Boxed(CreateReachableOrUnreachableState(variables.Container, reachable)); 12383return new LocalState(variables.Id, container: new Boxed(this), CreateBitVector(reachable: true)); 12582var container = _container is null ? null : new Boxed(_container.Value.Clone());
6 references to Boxed
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
12308private readonly Boxed? _container; 12315private LocalState(int id, Boxed? container, BitVector state) 12324var container = snapshot.Container is null ? null : new Boxed(Create(snapshot.Container)); 12349var container = variables.Container is null ? 12373var container = variables.Container is null ? 12582var container = _container is null ? null : new Boxed(_container.Value.Clone());