2 writes to collectionObject
System.Management (2)
managementobjectcollection.cs (2)
431this.collectionObject = collectionObject; 469collectionObject = null;
10 references to collectionObject
System.Management (10)
managementobjectcollection.cs (10)
496collectionObject.scope); 543int timeout = (collectionObject.options.Timeout.Ticks == Int64.MaxValue) ? 544(int)tag_WBEM_TIMEOUT_TYPE.WBEM_INFINITE : (int)collectionObject.options.Timeout.TotalMilliseconds; 549SecurityHandler securityHandler = collectionObject.scope.GetSecurityHandler(); 554IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[collectionObject.options.BlockSize]; 556int status = collectionObject.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem ).Next_(timeout, (uint)collectionObject.options.BlockSize,tempArray, ref cachedCount); 621if (!collectionObject.options.Rewindable) 626SecurityHandler securityHandler = collectionObject.scope.GetSecurityHandler(); 631status = collectionObject.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Reset_();