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)
47
public 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());
174
var document = this.Workspace.CurrentSolution.GetDocument(
_hostDocument
.Id);