2 writes to Count
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (2)
477
state.
Count
++;
492
state.
Count
++;
5 references to Count
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (5)
467
if (state.
Count
== 0)
480
while (state.
Count
< maxAsyncCallstackFrames && state.Continuation != null)
499
return state.Continuation == null || state.
Count
== byte.MaxValue;
560
CallstackHeader(ref eventBuffer, id, type, state.
Count
);
575
eventBuffer.Data[frameCountOffset] = state.
Count
;