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)
45
public bool IsCompleted =>
_awaiter
.IsCompleted;
48
=>
_awaiter
.GetResult();
55
_awaiter
.OnCompleted(continuation);
69
_awaiter
.UnsafeOnCompleted(continuation);