1 write to handleTypeCount
WindowsBase (1)
Shared\MS\Win32\HandleCollector.cs (1)
53handleTypes[handleTypeCount++] = new HandleType(typeName, expense, initialThreshold);
5 references to handleTypeCount
WindowsBase (5)
Shared\MS\Win32\HandleCollector.cs (5)
44if (handleTypeCount == 0 || handleTypeCount == handleTypes.Length) 46HandleType[] newTypes = new HandleType[handleTypeCount + 10]; 48Array.Copy(handleTypes, 0, newTypes, 0, handleTypeCount); 54return handleTypeCount;