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)
165var selectedSpans = SetupSelection(disposableView.TextView); 176disposableView.TextView, 190disposableView.TextView, 721var selectedSpans = SetupSelection(disposableView.TextView); 723CommentOrUncommentSelection(exportProvider, disposableView.TextView, expectedChanges, expectedSelectedSpans, supportBlockComments, operation);
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
Preview\PreviewChangesTests.vb (2)
150previewEngine.SetTextView(disposableView.TextView) 215previewEngine.SetTextView(disposableView.TextView)