2 references to CurrentThreadAssumedInitialized
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
413
return Thread.
CurrentThreadAssumedInitialized
._executionContext;
419
Thread thread = Thread.
CurrentThreadAssumedInitialized
;