1 write to _captureContext
Microsoft.CodeAnalysis.Threading.Package (1)
TaskExtensions.cs (1)
89
_captureContext
= captureContext;
2 references to _captureContext
Microsoft.CodeAnalysis.Threading.Package (2)
TaskExtensions.cs (2)
106
_task.ConfigureAwait(
_captureContext
).GetAwaiter().OnCompleted(continuation);
116
_task.ConfigureAwait(
_captureContext
).GetAwaiter().UnsafeOnCompleted(continuation);