1 write to _isDetachMode
aspire (1)
Commands\RunCommand.cs (1)
117_isDetachMode = parseResult.GetValue(s_detachOption) || IsDetachedStartChild();
1 reference to _isDetachMode
aspire (1)
Commands\RunCommand.cs (1)
109protected override bool UpdateNotificationsEnabled => !_isDetachMode;