3 writes to _detectingBabbleTimeout
System.Speech (3)
Recognition\RecognizerBase.cs (3)
2216
_detectingBabbleTimeout
= true;
2302
_detectingBabbleTimeout
= false;
2447
_detectingBabbleTimeout
= false;
2 references to _detectingBabbleTimeout
System.Speech (2)
Recognition\RecognizerBase.cs (2)
539
Debug.Assert(!
_detectingBabbleTimeout
);
2246
if (
_detectingBabbleTimeout
&& !_initialSilenceTimeoutReached)