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)
539Debug.Assert(!_detectingBabbleTimeout); 2246if (_detectingBabbleTimeout && !_initialSilenceTimeoutReached)