2 references to BinaryStackTraceArray
mscorlib (2)
system\exception.cs (2)
830object _stackTraceCopy = (exceptionDispatchInfo.BinaryStackTraceArray == null)?null:DeepCopyStackTrace(exceptionDispatchInfo.BinaryStackTraceArray);