6 references to IsSupported
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncStateMachineDispatcher.cs (4)
68
if (!
IsSupported
)
139
if (!
IsSupported
)
158
if (!
IsSupported
)
236
if (!
IsSupported
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (1)
587
if (AsyncStateMachineDispatcherInfo.
IsSupported
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (1)
485
if (AsyncStateMachineDispatcherInfo.
IsSupported
)