5 instantiations of Boxed
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
13048var container = snapshot.Container is null ? null : new Boxed(Create(snapshot.Container)); 13075new Boxed(ReachableStateWithNotNulls(variables.Container)); 13099new Boxed(CreateReachableOrUnreachableState(variables.Container, reachable)); 13107return new LocalState(variables.Id, container: new Boxed(this), CreateBitVector(reachable: true)); 13306var container = _container is null ? null : new Boxed(_container.Value.Clone());
6 references to Boxed
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
13032private readonly Boxed? _container; 13039private LocalState(int id, Boxed? container, BitVector state) 13048var container = snapshot.Container is null ? null : new Boxed(Create(snapshot.Container)); 13073var container = variables.Container is null ? 13097var container = variables.Container is null ? 13306var container = _container is null ? null : new Boxed(_container.Value.Clone());