2 writes to collectionObject
System.Management (2)
System\Management\ManagementObjectCollection.cs (2)
417
this.
collectionObject
= collectionObject;
455
collectionObject
= null;
10 references to collectionObject
System.Management (10)
System\Management\ManagementObjectCollection.cs (10)
482
collectionObject
.scope);
529
int timeout = (
collectionObject
.options.Timeout.Ticks == long.MaxValue) ?
530
(int)tag_WBEM_TIMEOUT_TYPE.WBEM_INFINITE : (int)
collectionObject
.options.Timeout.TotalMilliseconds;
533
SecurityHandler securityHandler =
collectionObject
.scope.GetSecurityHandler();
538
IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[
collectionObject
.options.BlockSize];
540
int status =
collectionObject
.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)
collectionObject
.options.BlockSize, tempArray, ref cachedCount);
604
if (!
collectionObject
.options.Rewindable)
609
SecurityHandler securityHandler =
collectionObject
.scope.GetSecurityHandler();
614
status =
collectionObject
.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Reset_();