2 writes to t_tlsCache
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (2)
334t_tlsCache = null; 363t_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)
331StateMachineBox<TStateMachine>? box = t_tlsCache; 361if (t_tlsCache is null)