1 write to AdapterSourceMap
Microsoft.TestPlatform.CommunicationUtilities (1)
ObjectModel\TestRunCriteriaWithSources.cs (1)
33AdapterSourceMap = adapterSourceMap;
5 references to AdapterSourceMap
Microsoft.TestPlatform.CrossPlatEngine (5)
Client\InProcessProxyexecutionManager.cs (1)
84Task.Run(() => _executionManager.StartTestRun(runRequest.AdapterSourceMap, runRequest.Package,
EventHandlers\PathConverter.cs (3)
162testRunCriteriaWithSources.AdapterSourceMap.ToList().ForEach(adapter => 163testRunCriteriaWithSources.AdapterSourceMap[adapter.Key] = UpdatePaths(adapter.Value, updateDirection)!); 165return new TestRunCriteriaWithSources(testRunCriteriaWithSources.AdapterSourceMap, package, testRunCriteriaWithSources.RunSettings, testRunCriteriaWithSources.TestExecutionContext);
EventHandlers\TestRequestHandler.cs (1)
482testRunCriteriaWithSources.AdapterSourceMap,