Searched refs:isScopedCoroutine (Results 1 – 5 of 5) sorted by relevance
23 final override val isScopedCoroutine: Boolean get() = true in getStackTraceElement() constant
68 override val isScopedCoroutine: Boolean get() = true constant
102 override val isScopedCoroutine: Boolean get() = true constant
346 if (isScopedCoroutine) return true in <lambda>()1010 protected open val isScopedCoroutine: Boolean get() = false in <lambda>() constant
497 protected fun isScopedCoroutine ()Z