2 writes to _deviceOpen
System.Speech (2)
Internal\Synthesis\AudioFileOut.cs (2)
81
_deviceOpen
= true;
94
_deviceOpen
= false;
3 references to _deviceOpen
System.Speech (3)
Internal\Synthesis\AudioFileOut.cs (3)
62
if (
_deviceOpen
)
89
if (!
_deviceOpen
)
114
if (!
_deviceOpen
)