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