5 writes to _haveInputSource
System.Speech (5)
Recognition\RecognizerBase.cs (4)
759
_haveInputSource
= false;
764
_haveInputSource
= true;
822
_haveInputSource
= true; // On success
2460
_haveInputSource
= false;
Recognition\SpeechRecognizer.cs (1)
416
_recognizerBase.
_haveInputSource
= true;
6 references to _haveInputSource
System.Speech (6)
Recognition\RecognizerBase.cs (6)
530
if (!
_haveInputSource
)
1069
if (!
_haveInputSource
)
1088
if (
_haveInputSource
)
1123
if (!
_haveInputSource
)
1153
if (!
_haveInputSource
)
1184
if (!
_haveInputSource
)