1 write to scope
System.Management (1)
System\Management\WmiEventSink.cs (1)
87
this.
scope
= (ManagementScope)scope.Clone();
4 references to scope
System.Management (4)
System\Management\WmiEventSink.cs (4)
90
if ((string.Equals(this.
scope
.Path.Server, ".", StringComparison.OrdinalIgnoreCase)) ||
91
(string.Equals(this.
scope
.Path.Server, System.Environment.MachineName, StringComparison.OrdinalIgnoreCase)))
131
ManagementBaseObject.GetBaseObject(obj,
scope
));
212
scope
.GetIWbemServices().CancelAsyncCall_((IWbemObjectSink)stub);