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