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