1 write to _exceptionDispatch
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Lazy.cs (1)
87_exceptionDispatch = ExceptionDispatchInfo.Capture(exception);
3 references to _exceptionDispatch
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Lazy.cs (3)
93Debug.Assert(_exceptionDispatch != null, "execution path is invalid"); 95_exceptionDispatch.Throw(); 131internal static bool GetIsValueFaulted(LazyHelper? state) => state?._exceptionDispatch != null;