Searched refs:isScopedCoroutine (Results 1 – 5 of 5) sorted by relevance
21 final override val isScopedCoroutine: Boolean get() = true in getStackTraceElement() constant
57 override val isScopedCoroutine: Boolean get() = true constant
67 override val isScopedCoroutine: Boolean get() = true constant
344 if (isScopedCoroutine) return true in <lambda>()1003 protected open val isScopedCoroutine: Boolean get() = false in <lambda>() constant
429 protected fun isScopedCoroutine ()Z