1 write to _listener
Microsoft.CodeAnalysis.EditorFeatures (1)
Copilot\CopilotWpfTextCreationListener.cs (1)
51
_listener
= listenerProvider.GetListener(FeatureAttribute.CopilotChangeAnalysis);
2 references to _listener
Microsoft.CodeAnalysis.EditorFeatures (2)
Copilot\CopilotWpfTextCreationListener.cs (2)
56
_listener
,
66
var token =
_listener
.BeginAsyncOperation(nameof(TextViewCreated));