1 write to TestAdaptersPaths
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
868runConfiguration.TestAdaptersPaths = reader.ReadElementContentAsString();
4 references to TestAdaptersPaths
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\RunSettingsUtilities.cs (1)
182testAdaptersPaths = runConfiguration.TestAdaptersPaths.Split([';'], StringSplitOptions.RemoveEmptyEntries);
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
RunSettings\RunConfiguration.cs (3)
409[MemberNotNullWhen(true, nameof(TestAdaptersPaths))] 549if (TestAdaptersPaths != null) 552testAdaptersPaths.InnerXml = TestAdaptersPaths;