2 writes to options
System.Management (2)
System\Management\ManagementObjectCollection.cs (2)
75this.options = (EnumerationOptions)options.Clone(); 77this.options = new EnumerationOptions();
7 references to options
System.Management (7)
System\Management\ManagementObjectCollection.cs (7)
290if (this.options.Rewindable) 418cachedObjects = new IWbemClassObjectFreeThreaded[collectionObject.options.BlockSize]; 529int timeout = (collectionObject.options.Timeout.Ticks == long.MaxValue) ? 530(int)tag_WBEM_TIMEOUT_TYPE.WBEM_INFINITE : (int)collectionObject.options.Timeout.TotalMilliseconds; 538IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[collectionObject.options.BlockSize]; 540int status = collectionObject.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)collectionObject.options.BlockSize, tempArray, ref cachedCount); 604if (!collectionObject.options.Rewindable)