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