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