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