2 instantiations of LazyInternalExceptionHolder
mscorlib (2)
system\Lazy.cs (2)
442
m_boxed = new
LazyInternalExceptionHolder
(ex);
457
m_boxed = new
LazyInternalExceptionHolder
(ex);
5 references to LazyInternalExceptionHolder
mscorlib (5)
system\Lazy.cs (5)
272
get { return m_boxed is
LazyInternalExceptionHolder
; }
328
LazyInternalExceptionHolder
exc = m_boxed as
LazyInternalExceptionHolder
;
397
LazyInternalExceptionHolder
exHolder = m_boxed as
LazyInternalExceptionHolder
;