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