2 writes to t_tlsCache
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (2)
334
t_tlsCache
= null;
363
t_tlsCache
= this;
2 references to t_tlsCache
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (2)
331
StateMachineBox<TStateMachine>? box =
t_tlsCache
;
361
if (
t_tlsCache
is null)