With the move of Environment to corefx, StackTrace now goes through up to two additional call sites (Environment.StackTrace in corefx => EnvironmentAugments.StackTrace in coreclr => Environment.StackTrace in coreclr). We should fix up the implementation to avoid this.
(Original comment from @jkotas: dotnet/coreclr#6205 (comment))
With the move of Environment to corefx, StackTrace now goes through up to two additional call sites (Environment.StackTrace in corefx => EnvironmentAugments.StackTrace in coreclr => Environment.StackTrace in coreclr). We should fix up the implementation to avoid this.
(Original comment from @jkotas: dotnet/coreclr#6205 (comment))