Capture() | System.Threading.ExecutionContext | inlinestatic |
CaptureForRestore() | System.Threading.ExecutionContext | inlinepackagestatic |
CreateCopy() | System.Threading.ExecutionContext | inline |
Default | System.Threading.ExecutionContext | packagestatic |
Dispose() | System.Threading.ExecutionContext | inline |
ExecutionContext() | System.Threading.ExecutionContext | inlineprivate |
ExecutionContext(IAsyncLocalValueMap localValues, IAsyncLocal[] localChangeNotifications, bool isFlowSuppressed) | System.Threading.ExecutionContext | inlineprivate |
GetLocalValue(IAsyncLocal local) | System.Threading.ExecutionContext | inlinepackagestatic |
GetObjectData(SerializationInfo info, StreamingContext context) | System.Threading.ExecutionContext | inline |
HasChangeNotifications | System.Threading.ExecutionContext | package |
IsDefault | System.Threading.ExecutionContext | package |
IsFlowSuppressed() | System.Threading.ExecutionContext | inlinestatic |
m_isDefault | System.Threading.ExecutionContext | private |
m_isFlowSuppressed | System.Threading.ExecutionContext | private |
m_localChangeNotifications | System.Threading.ExecutionContext | private |
m_localValues | System.Threading.ExecutionContext | private |
OnValuesChanged(ExecutionContext previousExecutionCtx, ExecutionContext nextExecutionCtx) | System.Threading.ExecutionContext | inlinepackagestatic |
ResetThreadPoolThread(Thread currentThread) | System.Threading.ExecutionContext | inlinepackagestatic |
Restore(ExecutionContext executionContext) | System.Threading.ExecutionContext | inlinestatic |
RestoreChangedContextToThread(Thread currentThread, ExecutionContext contextToRestore, ExecutionContext currentContext) | System.Threading.ExecutionContext | inlinepackagestatic |
RestoreFlow() | System.Threading.ExecutionContext | inlinestatic |
RestoreInternal(ExecutionContext executionContext) | System.Threading.ExecutionContext | inlinepackagestatic |
Run(ExecutionContext executionContext, ContextCallback callback, object? state) | System.Threading.ExecutionContext | inlinestatic |
RunForThreadPoolUnsafe< TState >(ExecutionContext executionContext, Action< TState > callback, in TState state) | System.Threading.ExecutionContext | inlinepackagestatic |
RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, object state) | System.Threading.ExecutionContext | inlinepackagestatic |
RunInternal(ExecutionContext executionContext, ContextCallback callback, object state) | System.Threading.ExecutionContext | inlinepackagestatic |
s_defaultFlowSuppressed | System.Threading.ExecutionContext | privatestatic |
SetLocalValue(IAsyncLocal local, object newValue, bool needChangeNotifications) | System.Threading.ExecutionContext | inlinepackagestatic |
ShallowClone(bool isFlowSuppressed) | System.Threading.ExecutionContext | inlineprivate |
SuppressFlow() | System.Threading.ExecutionContext | inlinestatic |
ThrowNullContext() | System.Threading.ExecutionContext | inlineprivatestatic |