2 writes to _testSessionInfo
Microsoft.TestPlatform.CrossPlatEngine (2)
TestSession\ProxyTestSessionManager.cs (2)
111_testSessionInfo = new TestSessionInfo(); 222_testSessionInfo = null;
6 references to _testSessionInfo
Microsoft.TestPlatform.CrossPlatEngine (6)
TestSession\ProxyTestSessionManager.cs (6)
107if (_testSessionInfo != null) 152_testSessionInfo.Id); 183if (!TestSessionPool.Instance.AddSession(_testSessionInfo, this)) 203TestSessionInfo = _testSessionInfo, 216if (_testSessionInfo == null) 221testSessionId = _testSessionInfo.Id.ToString();