2 writes to options
System.Management (2)
managementobjectcollection.cs (2)
83
this.
options
= (EnumerationOptions) options.Clone();
85
this.
options
= new EnumerationOptions ();
7 references to options
System.Management (7)
managementobjectcollection.cs (7)
302
if ( this.
options
.Rewindable == true )
432
cachedObjects = new IWbemClassObjectFreeThreaded[collectionObject.
options
.BlockSize];
543
int timeout = (collectionObject.
options
.Timeout.Ticks == Int64.MaxValue) ?
544
(int)tag_WBEM_TIMEOUT_TYPE.WBEM_INFINITE : (int)collectionObject.
options
.Timeout.TotalMilliseconds;
554
IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[collectionObject.
options
.BlockSize];
556
int status = collectionObject.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem ).Next_(timeout, (uint)collectionObject.
options
.BlockSize,tempArray, ref cachedCount);
621
if (!collectionObject.
options
.Rewindable)