1 write to _associatedViewService
Microsoft.CodeAnalysis.EditorFeatures (1)
CodeActions\CodeActionEditHandlerService.cs (1)
47
_associatedViewService
= associatedViewService;
1 reference to _associatedViewService
Microsoft.CodeAnalysis.EditorFeatures (1)
CodeActions\CodeActionEditHandlerService.cs (1)
50
public ITextBufferAssociatedViewService AssociatedViewService =>
_associatedViewService
;