5 instantiations of Boxed
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
13396var container = snapshot.Container is null ? null : new Boxed(Create(snapshot.Container)); 13423new Boxed(ReachableStateWithNotNulls(variables.Container)); 13447new Boxed(CreateReachableOrUnreachableState(variables.Container, reachable)); 13455return new LocalState(variables.Id, container: new Boxed(this), CreateBitVector(reachable: true)); 13654var container = _container is null ? null : new Boxed(_container.Value.Clone());
6 references to Boxed
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
13380private readonly Boxed? _container; 13387private LocalState(int id, Boxed? container, BitVector state) 13396var container = snapshot.Container is null ? null : new Boxed(Create(snapshot.Container)); 13421var container = variables.Container is null ? 13445var container = variables.Container is null ? 13654var container = _container is null ? null : new Boxed(_container.Value.Clone());