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