1 write to _awaiter
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\ConfiguredYieldAwaitable.cs (1)
41_awaiter = awaiter;
4 references to _awaiter
Microsoft.CodeAnalysis.Workspaces (4)
src\Compilers\Core\Portable\InternalUtilities\ConfiguredYieldAwaitable.cs (4)
45public bool IsCompleted => _awaiter.IsCompleted; 48=> _awaiter.GetResult(); 55_awaiter.OnCompleted(continuation); 69_awaiter.UnsafeOnCompleted(continuation);