5 references to TextBufferAssociatedViewService
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\EventSources\TaggerConstants.cs (1)
15
if (
TextBufferAssociatedViewService
.AnyAssociatedViewHasFocus(textBufferOpt))
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
TextEditor\TextBufferAssociatedViewServiceTests.cs (2)
38
var
service = Assert.IsType<
TextBufferAssociatedViewService
>(exportProvider.GetExportedValue<ITextBufferAssociatedViewService>());
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Rename\RenameTagProducerTests.vb (2)
1079
Dim textViewService = Assert.IsType(Of
TextBufferAssociatedViewService
)(workspace.ExportProvider.GetExportedValue(Of ITextBufferAssociatedViewService)())
1160
Dim textViewService = Assert.IsType(Of
TextBufferAssociatedViewService
)(workspace.ExportProvider.GetExportedValue(Of ITextBufferAssociatedViewService)())