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