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)
583info.AddValue("RemoteStackIndex", _remoteStackIndex, typeof(Int32)); 617if (_remoteStackIndex == 0) 622+ "Exception rethrown at ["+_remoteStackIndex+"]: " + Environment.NewLine; 628+ "Exception rethrown at ["+_remoteStackIndex+"]: " + Environment.NewLine;