3 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>());