2 writes to _remoteStackIndex
mscorlib (2)
system\exception.cs (2)
95
_remoteStackIndex
= info.GetInt32("RemoteStackIndex");
632
_remoteStackIndex
++;
4 references to _remoteStackIndex
mscorlib (4)
system\exception.cs (4)
583
info.AddValue("RemoteStackIndex",
_remoteStackIndex
, typeof(Int32));
617
if (
_remoteStackIndex
== 0)
622
+ "Exception rethrown at ["+
_remoteStackIndex
+"]: " + Environment.NewLine;
628
+ "Exception rethrown at ["+
_remoteStackIndex
+"]: " + Environment.NewLine;