2 writes to _sapiEventSourceReference
System.Speech (2)
Internal\SapiInterop\EventNotify.cs (2)
37_sapiEventSourceReference = new WeakReference(sapiEventSource); 68_sapiEventSourceReference = null;
4 references to _sapiEventSourceReference
System.Speech (4)
Internal\SapiInterop\EventNotify.cs (4)
58if (_sapiEventSourceReference != null) 60ISpEventSource? sapiEventSource = (ISpEventSource?)_sapiEventSourceReference.Target; 77if (_sapiEventSourceReference != null) 79ISpEventSource? sapiEventSource = (ISpEventSource?)_sapiEventSourceReference.Target;