2 references to Boxed
mscorlib (2)
system\Lazy.cs (2)
437boxed = new Boxed(factory()); 450boxed = new Boxed((T)Activator.CreateInstance(typeof(T)));