5 references to InstanceNameSlotSize
System (5)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (5)
215instanceNameLength = InstanceNameSlotSize; 335instanceNameLength = InstanceNameSlotSize; 926int totalSize = InstanceEntrySize + ProcessLifetimeEntrySize + InstanceNameSlotSize + (CounterEntrySize * categoryData.CounterNames.Count); 1046instanceNamePtr = ResolveOffset(currentInstancePointer->InstanceNameOffset, InstanceNameSlotSize); 1049Debug.Assert(((instanceName.Length + 1) * 2) <= InstanceNameSlotSize, "The instance name length should always fit in our slot size");