1 write to BlockSize
System.Management (1)
managementoptions.cs (1)
699BlockSize = blockSize;
4 references to BlockSize
System.Management (4)
managementeventwatcher.cs (4)
367cachedObjects = new IWbemClassObjectFreeThreaded[options.BlockSize]; 424IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[options.BlockSize]; 430status = scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)options.BlockSize, tempArray, ref cachedCount); 592cachedObjects = new IWbemClassObjectFreeThreaded[options.BlockSize];