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