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