1 write to TestAdaptersPaths
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
858runConfiguration.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)
408[MemberNotNullWhen(true, nameof(TestAdaptersPaths))] 539if (TestAdaptersPaths != null) 542testAdaptersPaths.InnerXml = TestAdaptersPaths;