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