8 references to CurrentThreadAssumedInitialized
System.Private.CoreLib (8)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (8)
1210
SynchronizationContext? ctx = Thread.
CurrentThreadAssumedInitialized
._synchronizationContext;
1232
if (continuationSyncCtx == Thread.
CurrentThreadAssumedInitialized
._synchronizationContext)
1387
return ExecutionContext.CaptureForSuspension(Thread.
CurrentThreadAssumedInitialized
);
1403
Thread curThread = Thread.
CurrentThreadAssumedInitialized
;
1440
Thread thread = Thread.
CurrentThreadAssumedInitialized
;
1455
SynchronizationContext? syncCtx = Thread.
CurrentThreadAssumedInitialized
._synchronizationContext;
1664
Thread thread = Thread.
CurrentThreadAssumedInitialized
;
1706
Thread thread = Thread.
CurrentThreadAssumedInitialized
;