1 write to BlockSize
System.Management (1)
System\Management\ManagementOptions.cs (1)
545BlockSize = blockSize;
3 references to BlockSize
System.Management (3)
System\Management\ManagementObjectCollection.cs (3)
418cachedObjects = new IWbemClassObjectFreeThreaded[collectionObject.options.BlockSize]; 538IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[collectionObject.options.BlockSize]; 540int status = collectionObject.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)collectionObject.options.BlockSize, tempArray, ref cachedCount);