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)
1618
if (
_iSite
!= IntPtr.Zero)
1620
Marshal.Release(
_iSite
);
1693
if (
_iSite
== IntPtr.Zero)
1698
return
_iSite
;