5 references to HasBeenThrown
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Exception.cs (3)
98get => _source ??= HasBeenThrown ? (TargetSite?.Module.Assembly.GetName().Name ?? "<unknown>") : null; 220if (!HasBeenThrown) 270if (stackTraceString == null && HasBeenThrown)
System\Exception.NativeAot.cs (2)
24if (!HasBeenThrown) 255if (HasBeenThrown || _stackTraceString != null || _remoteStackTraceString != null)