3 writes to AdapterSourceMap
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Client\TestRunCriteria.cs (3)
234AdapterSourceMap = new Dictionary<string, IEnumerable<string>> 261AdapterSourceMap = new Dictionary<string, IEnumerable<string>> 304AdapterSourceMap = adapterSourceMap;
6 references to AdapterSourceMap
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\TestRunCriteriaExtensions.cs (3)
19TPDebug.Assert(testRunCriteria.AdapterSourceMap is not null, "testRunCriteria.AdapterSourceMap is null"); 22UpdateTestSources(actualTestSources, testRunCriteria.AdapterSourceMap); 29return new TestRunCriteriaWithSources(testRunCriteria.AdapterSourceMap, inputPackages?.FirstOrDefault(), runSettings, executionContext);
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Client\TestRunCriteria.cs (3)
500return AdapterSourceMap?.Values?.Aggregate( 659hashCode = (hashCode * 397) ^ (AdapterSourceMap != null ? AdapterSourceMap.GetHashCode() : 0);