1 write to _completionWorkQueue
Microsoft.CodeAnalysis.EditorFeatures (1)
Copilot\CopilotWpfTextCreationListener.cs (1)
55
_completionWorkQueue
= new AsyncBatchingWorkQueue<(bool accepted, ProposalBase proposal)>(
1 reference to _completionWorkQueue
Microsoft.CodeAnalysis.EditorFeatures (1)
Copilot\CopilotWpfTextCreationListener.cs (1)
89
_completionWorkQueue
.AddWork((accepted, proposal));