2 writes to _shouldCollectSourceInformation
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
RunSettings\RunConfiguration.cs (2)
93_shouldCollectSourceInformation = false; 184_shouldCollectSourceInformation = value;
1 reference to _shouldCollectSourceInformation
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
180get => (CollectSourceInformationSet) ? _shouldCollectSourceInformation : _designMode;