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)
180
get => (CollectSourceInformationSet) ?
_shouldCollectSourceInformation
: _designMode;