1 write to _testSessionCriteria
Microsoft.TestPlatform.CrossPlatEngine (1)
TestSession\ProxyTestSessionManager.cs (1)
86_testSessionCriteria = criteria;
4 references to _testSessionCriteria
Microsoft.TestPlatform.CrossPlatEngine (4)
TestSession\ProxyTestSessionManager.cs (4)
64_testSessionEnvironmentVariables = InferRunSettingsHelper.GetEnvironmentVariables(_testSessionCriteria.RunSettings) 129TPDebug.Assert(_testSessionCriteria.Sources is not null, "_testSessionCriteria.Sources is null"); 130var source = _testSessionCriteria.Sources[i]; 271EqtTrace.Verbose($"ProxyTestSessionManager.DequeueProxy: A proxy exists, but the runsettings do not match. Skipping it. Incoming settings: {runSettings}, Settings on proxy: {_testSessionCriteria.RunSettings}");