3 writes to scope
System.Management (3)
System\Management\ManagementEventWatcher.cs (3)
218this.scope = ManagementScope._Clone(scope, new IdentifierChangedEventHandler(HandleIdentifierChange)); 220this.scope = ManagementScope._Clone(null, new IdentifierChangedEventHandler(HandleIdentifierChange)); 294scope = (ManagementScope)value.Clone();
12 references to scope
System.Management (12)
System\Management\ManagementEventWatcher.cs (12)
249if (null != scope) 250scope.IdentifierChanged -= new IdentifierChangedEventHandler(HandleIdentifierChange); 287return scope; 293ManagementScope oldScope = scope; 301scope.IdentifierChanged += new IdentifierChangedEventHandler(HandleIdentifierChange); 407status = scope.GetSecuredIWbemServicesHandler(Scope.GetIWbemServices()).ExecNotificationQuery_( 428status = scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)options.BlockSize, tempArray, ref cachedCount); 485IWbemServices wbemServices = scope.GetIWbemServices(); 497int status = scope.GetSecuredIWbemServicesHandler(wbemServices).ExecNotificationQueryAsync_( 563if (null == scope) 570lock (scope) 572scope.Initialize();