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