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)
93
Debug.Assert(
_exceptionDispatch
!= null, "execution path is invalid");
95
_exceptionDispatch
.Throw();
131
internal static bool GetIsValueFaulted(LazyHelper? state) => state?.
_exceptionDispatch
!= null;