2 writes to _lParam
System.Speech (2)
Internal\SapiInterop\SpeechEvent.cs (2)
24_lParam = (ulong)lParam; 81_lParam = 0;
4 references to _lParam
System.Speech (4)
Internal\SapiInterop\SpeechEvent.cs (4)
59if (_lParam != 0) 63Marshal.Release((IntPtr)_lParam); 69Marshal.FreeCoTaskMem((IntPtr)_lParam); 141get { return _lParam; }