1 implementation of IsLeaf
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncStateMachineDispatcher.cs (1)
274bool IAsyncStateMachineDispatcher.IsLeaf
2 writes to IsLeaf
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncStateMachineDispatcher.cs (2)
104dispatcherBox!.IsLeaf = true; 113dispatcherBox.IsLeaf = true;
2 references to IsLeaf
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (1)
1675if (state.Continuation is IAsyncStateMachineDispatcher { IsLeaf: true })
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncStateMachineDispatcher.cs (1)
75if (dispatcherBox?.IsLeaf == true)