1 write to _awaiter
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (1)
43_awaiter = awaiter;
4 references to _awaiter
Microsoft.CodeAnalysis.Workspaces (4)
src\Dependencies\Threading\ConfiguredYieldAwaitable.cs (4)
47public bool IsCompleted => _awaiter.IsCompleted; 50=> _awaiter.GetResult(); 57_awaiter.OnCompleted(continuation); 71_awaiter.UnsafeOnCompleted(continuation);