2 references to ShallowClone
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (2)
106
currentThread._executionContext = executionContext.
ShallowClone
(isFlowSuppressed: true);
122
currentThread._executionContext = executionContext.
ShallowClone
(isFlowSuppressed: false);