2 writes to GetDemultiplexedStub_f
System.Management (2)
System\Management\ManagementScope.cs (2)
359
LoadDelegate(ref
GetDemultiplexedStub_f
, hModule, "GetDemultiplexedStub") &&
428
GetDemultiplexedStub_f
= (object _, bool __, out object ___) => throw new PlatformNotSupportedException(exceptionMessage);
2 references to GetDemultiplexedStub_f
System.Management (2)
System\Management\ManagementEventWatcher.cs (1)
649
obj.Status = WmiNetUtilsHelper.
GetDemultiplexedStub_f
(obj, obj.isLocal, out dmuxStub);
System\Management\WmiEventSink.cs (1)
98
WmiNetUtilsHelper.
GetDemultiplexedStub_f
(this, this.isLocal, out stub);