1 write to scope
System.Management (1)
wmieventsink.cs (1)
103
this.
scope
= (ManagementScope) scope.Clone ();
4 references to scope
System.Management (4)
wmieventsink.cs (4)
106
if((0==String.Compare(this.
scope
.Path.Server, ".", StringComparison.OrdinalIgnoreCase)) ||
107
(0==String.Compare(this.
scope
.Path.Server, System.Environment.MachineName, StringComparison.OrdinalIgnoreCase)))
157
ManagementBaseObject.GetBaseObject (obj,
scope
));
238
scope
.GetIWbemServices().CancelAsyncCall_((IWbemObjectSink) stub);