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)
129
TPDebug.Assert(
_testSessionCriteria
.Sources is not null, "_testSessionCriteria.Sources is null");
130
var source =
_testSessionCriteria
.Sources[i];
271
EqtTrace.Verbose($"ProxyTestSessionManager.DequeueProxy: A proxy exists, but the runsettings do not match. Skipping it. Incoming settings: {runSettings}, Settings on proxy: {
_testSessionCriteria
.RunSettings}");