4 writes to sink
System.Management (4)
System\Management\ManagementEventWatcher.cs (4)
237sink = null; 489sink = new SinkForEventQuery(this, options.Context, wbemServices); 510sink = null; 547sink = null;
7 references to sink
System.Management (7)
System\Management\ManagementEventWatcher.cs (7)
490if (sink.Status < 0) 492Marshal.ThrowExceptionForHR(sink.Status, WmiNetUtilsHelper.GetErrorInfo_f()); 502sink.Stub); 507if (sink != null) 509sink.ReleaseStub(); 544if (null != sink) 546sink.Cancel();