5 instantiations of Boxed
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
12313var container = snapshot.Container is null ? null : new Boxed(Create(snapshot.Container)); 12340new Boxed(ReachableStateWithNotNulls(variables.Container)); 12364new Boxed(CreateReachableOrUnreachableState(variables.Container, reachable)); 12372return new LocalState(variables.Id, container: new Boxed(this), CreateBitVector(reachable: true)); 12571var container = _container is null ? null : new Boxed(_container.Value.Clone());
6 references to Boxed
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
12297private readonly Boxed? _container; 12304private LocalState(int id, Boxed? container, BitVector state) 12313var container = snapshot.Container is null ? null : new Boxed(Create(snapshot.Container)); 12338var container = variables.Container is null ? 12362var container = variables.Container is null ? 12571var container = _container is null ? null : new Boxed(_container.Value.Clone());