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