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