17 references to StackTrace
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (4)
1680if (methodName == null) throw new InvalidOperationException(string.Format(ResXml.XmlInternalErrorMethod, mapping.TypeDesc.Name) + Environment.StackTrace); 2254if (methodName == null) throw new InvalidOperationException("deriaved from " + mapping.TypeDesc.FullName + ", " + string.Format(ResXml.XmlInternalErrorMethod, derived.TypeDesc.Name) + Environment.StackTrace); 2292if (methodName == null) throw new InvalidOperationException(string.Format(ResXml.XmlInternalErrorMethod, mapping.TypeDesc.Name) + Environment.StackTrace); 3376if (methodName == null) throw new InvalidOperationException(string.Format(ResXml.XmlInternalErrorMethod, mapping.TypeDesc.Name) + Environment.StackTrace);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (4)
132if (methodName == null) throw new InvalidOperationException(string.Format(ResXml.XmlInternalErrorMethod, mapping.TypeDesc.Name) + Environment.StackTrace); 772if (methodName == null) throw new InvalidOperationException("deriaved from " + mapping.TypeDesc.FullName + ", " + string.Format(ResXml.XmlInternalErrorMethod, derived.TypeDesc.Name) + Environment.StackTrace); 823if (methodName == null) throw new InvalidOperationException(string.Format(ResXml.XmlInternalErrorMethod, mapping.TypeDesc.Name) + Environment.StackTrace); 2111if (methodName == null) throw new InvalidOperationException(string.Format(ResXml.XmlInternalErrorMethod, mapping.TypeDesc.Name) + Environment.StackTrace);
Microsoft.AspNetCore.InternalTesting (1)
AssemblyTestLog.cs (1)
226var stackTrace = Environment.StackTrace;
Microsoft.Build (1)
parent\Shared\Tracing.cs (1)
120Trace.WriteLine(System.Environment.StackTrace);
Microsoft.Build.Tasks.Core (1)
parent\Shared\Tracing.cs (1)
120Trace.WriteLine(System.Environment.StackTrace);
Microsoft.Build.Utilities.Core (1)
parent\Shared\Tracing.cs (1)
120Trace.WriteLine(System.Environment.StackTrace);
Microsoft.Extensions.ObjectPool (1)
LeakTrackingObjectPool.cs (1)
65_stack = Environment.StackTrace;
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\AssemblyInfo.vb (1)
197Return Environment.StackTrace
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceEventCache.cs (1)
53public string Callstack => field ??= Environment.StackTrace;
System.Net.Http.WinHttpHandler (1)
src\runtime\src\libraries\Common\src\System\Runtime\ExceptionServices\ExceptionStackTrace.cs (1)
24Environment.StackTrace + Environment.NewLine +
System.Runtime.InteropServices.JavaScript (1)
System\Runtime\InteropServices\JavaScript\JSProxyContext.cs (1)
495Environment.FailFast($"ReleaseCSOwnedObject expected to find registration for JSHandle: {jsHandle}, ManagedThreadId: {Environment.CurrentManagedThreadId}. {Environment.NewLine} {Environment.StackTrace}");