<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Threading.ExecutionContext

public sealed class ExecutionContext : IDisposable, ISerializable
public static ExecutionContext Capture()

public static bool IsFlowSuppressed()

public static void RestoreFlow()

public static void Run(ExecutionContext executionContext, ContextCallback callback, object state)

public void Dispose()