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