3 writes to State
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (3)
545buffer->State = TAILCALLARGBUFFER_INACTIVE; 563buffer->State = TAILCALLARGBUFFER_ACTIVE; 608tls->ArgBuffer->State = TAILCALLARGBUFFER_INACTIVE;
1 reference to State
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
556Debug.Assert(buffer->State == TAILCALLARGBUFFER_INACTIVE);