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)
107
if (
_testSessionInfo
!= null)
152
_testSessionInfo
.Id);
183
if (!TestSessionPool.Instance.AddSession(
_testSessionInfo
, this))
203
TestSessionInfo =
_testSessionInfo
,
216
if (
_testSessionInfo
== null)
221
testSessionId =
_testSessionInfo
.Id.ToString();