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