1 write to BlockSize
System.Management (1)
System\Management\ManagementOptions.cs (1)
704BlockSize = blockSize;
4 references to BlockSize
System.Management (4)
System\Management\ManagementEventWatcher.cs (4)
366cachedObjects = new IWbemClassObjectFreeThreaded[options.BlockSize]; 422IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[options.BlockSize]; 428status = scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)options.BlockSize, tempArray, ref cachedCount); 567cachedObjects = new IWbemClassObjectFreeThreaded[options.BlockSize];