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);