3 writes to thisInstanceOffset
System (3)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (3)
821this.thisInstanceOffset = ResolveAddress((long)instancePointer, InstanceEntrySize); 825this.thisInstanceOffset = -1; 1371this.thisInstanceOffset = -1;
2 references to thisInstanceOffset
System (2)
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (2)
1340if (this.thisInstanceOffset != -1) { 1343instancePointer = (InstanceEntry*)(ResolveOffset(this.thisInstanceOffset, InstanceEntrySize));