1 write to CollectSourceInformationSet
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
185CollectSourceInformationSet = true;
3 references to CollectSourceInformationSet
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
180get => (CollectSourceInformationSet) ? _shouldCollectSourceInformation : _designMode;
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
993bool updateRequired = !runConfiguration.CollectSourceInformationSet;
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
993bool updateRequired = !runConfiguration.CollectSourceInformationSet;