1 write to _hostDocument
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
RenameTracking\RenameTrackingTestState.cs (1)
86_hostDocument = Workspace.Documents.First();
5 references to _hostDocument
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
RenameTracking\RenameTrackingTestState.cs (5)
47public TestHostDocument HostDocument { get { return _hostDocument; } } 87_view = _hostDocument.GetTextView(); 88_view.Caret.MoveTo(new SnapshotPoint(_view.TextSnapshot, _hostDocument.CursorPosition.Value)); 109_tagger = tracker.CreateTagger<RenameTrackingTag>(_hostDocument.GetTextBuffer()); 174var document = this.Workspace.CurrentSolution.GetDocument(_hostDocument.Id);