2 writes to options
System.Management (2)
managementobjectcollection.cs (2)
83this.options = (EnumerationOptions) options.Clone(); 85this.options = new EnumerationOptions ();
7 references to options
System.Management (7)
managementobjectcollection.cs (7)
302if ( this.options.Rewindable == true ) 432cachedObjects = new IWbemClassObjectFreeThreaded[collectionObject.options.BlockSize]; 543int timeout = (collectionObject.options.Timeout.Ticks == Int64.MaxValue) ? 544(int)tag_WBEM_TIMEOUT_TYPE.WBEM_INFINITE : (int)collectionObject.options.Timeout.TotalMilliseconds; 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)