1 write to BlockSize
System.Management (1)
managementoptions.cs (1)
540BlockSize = blockSize;
3 references to BlockSize
System.Management (3)
managementobjectcollection.cs (3)
432cachedObjects = new IWbemClassObjectFreeThreaded[collectionObject.options.BlockSize]; 554IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[collectionObject.options.BlockSize]; 556int status = collectionObject.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem ).Next_(timeout, (uint)collectionObject.options.BlockSize,tempArray, ref cachedCount);