1 write to TextView
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
TextEditorFactoryExtensions.cs (1)
45=> this.TextView = textView;
10 references to TextView
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\SemanticClassifierTests.cs (1)
3541using var tagger = provider.CreateTagger(disposableView.TextView, extraBuffer);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
AbstractCommandHandlerTestState.cs (1)
72_textView = _createdTextView.TextView;
TextEditorFactoryExtensions.cs (1)
50=> TextView.Close();
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (5)
155var selectedSpans = SetupSelection(disposableView.TextView); 166disposableView.TextView, 180disposableView.TextView, 695var selectedSpans = SetupSelection(disposableView.TextView); 697CommentOrUncommentSelection(exportProvider, disposableView.TextView, expectedChanges, expectedSelectedSpans, supportBlockComments, operation);
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
Preview\PreviewChangesTests.vb (2)
150previewEngine.SetTextView(disposableView.TextView) 215previewEngine.SetTextView(disposableView.TextView)