1 write to _stackTrace
Microsoft.DotNet.RemoteExecutor (1)
RemoteExecutionException.cs (1)
19
_stackTrace
= stackTrace;
1 reference to _stackTrace
Microsoft.DotNet.RemoteExecutor (1)
RemoteExecutionException.cs (1)
22
public override string? StackTrace =>
_stackTrace
?? base.StackTrace;