3 writes to State
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (3)
506buffer->State = TAILCALLARGBUFFER_INACTIVE; 524buffer->State = TAILCALLARGBUFFER_ACTIVE; 567tls->ArgBuffer->State = TAILCALLARGBUFFER_INACTIVE;
1 reference to State
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
517Debug.Assert(buffer->State == TAILCALLARGBUFFER_INACTIVE);