3 references to TargetSite
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\100\TestPlatformJsonContext.Exception.g.cs (2)
202
Getter = static obj => ((global::System.Exception)obj).
TargetSite
,
240
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::System.Exception)value).
TargetSite
, MethodBase);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Exception.cs (1)
98
get => _source ??= HasBeenThrown ? (
TargetSite
?.Module.Assembly.GetName().Name ?? "<unknown>") : null;