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