3 references to TextBufferAssociatedViewService
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\EventSources\TaggerConstants.cs (1)
15if (TextBufferAssociatedViewService.AnyAssociatedViewHasFocus(textBufferOpt))
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
TextEditor\TextBufferAssociatedViewServiceTests.cs (2)
38var service = Assert.IsType<TextBufferAssociatedViewService>(exportProvider.GetExportedValue<ITextBufferAssociatedViewService>());