2 writes to Count
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (2)
629state.Count++; 643state.Count++;
5 references to Count
System.Private.CoreLib (5)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (5)
557count = Count; 603byte maxAsyncCallstackFrames = (byte)Math.Min(byte.MaxValue, state.Count + remainingFrames); 620if (state.Count == 0) 632while (state.Count < maxAsyncCallstackFrames && state.Continuation != null) 650return state.Continuation == null || state.Count == byte.MaxValue;