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