1 write to handleTypes
WindowsBase (1)
Shared\MS\Win32\HandleCollector.cs (1)
50handleTypes = newTypes;
10 references to handleTypes
WindowsBase (10)
Shared\MS\Win32\HandleCollector.cs (10)
20handleTypes[type - 1].Add(); 30handleTypes[type - 1].Add(); 35handleTypes[type - 1].Add(); 44if (handleTypeCount == 0 || handleTypeCount == handleTypes.Length) 47if (handleTypes != null) { 48Array.Copy(handleTypes, 0, newTypes, 0, handleTypeCount); 53handleTypes[handleTypeCount++] = new HandleType(typeName, expense, initialThreshold); 64handleTypes[type - 1].Remove(); 74handleTypes[type - 1].Remove(); 79handleTypes[type - 1].Remove();