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