1 write to _iSite
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
1696_iSite = Marshal.GetComInterfaceForObject(_siteSapi, typeof(ISpEngineSite));
4 references to _iSite
System.Speech (4)
Internal\Synthesis\VoiceSynthesis.cs (4)
1618if (_iSite != IntPtr.Zero) 1620Marshal.Release(_iSite); 1693if (_iSite == IntPtr.Zero) 1698return _iSite;