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