5 writes to m_boxed
mscorlib (5)
system\Lazy.cs (5)
355
m_boxed
= boxed;
361
Interlocked.CompareExchange(ref
m_boxed
, boxed, null) != null)
389
m_boxed
= boxed;
442
m_boxed
= new LazyInternalExceptionHolder(ex);
457
m_boxed
= new LazyInternalExceptionHolder(ex);
13 references to m_boxed
mscorlib (13)
system\Lazy.cs (13)
250
return ((Boxed)
m_boxed
).m_value;
272
get { return
m_boxed
is LazyInternalExceptionHolder; }
288
return
m_boxed
!= null &&
m_boxed
is Boxed;
319
if (
m_boxed
!= null )
322
boxed =
m_boxed
as Boxed;
328
LazyInternalExceptionHolder exc =
m_boxed
as LazyInternalExceptionHolder;
329
Contract.Assert(
m_boxed
!= null);
366
boxed = (Boxed)
m_boxed
;
384
Contract.Assert(
m_boxed
!= null);
386
if (
m_boxed
== null)
394
boxed =
m_boxed
as Boxed;
397
LazyInternalExceptionHolder exHolder =
m_boxed
as LazyInternalExceptionHolder;