3 writes to State
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (3)
537buffer->State = TAILCALLARGBUFFER_INACTIVE; 555buffer->State = TAILCALLARGBUFFER_ACTIVE; 598tls->ArgBuffer->State = TAILCALLARGBUFFER_INACTIVE;
1 reference to State
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
548Debug.Assert(buffer->State == TAILCALLARGBUFFER_INACTIVE);