2 writes to _subjectBuffer
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
AbstractCommandHandlerTestState.cs (2)
76
_subjectBuffer
= _textView.TextBuffer;
82
_subjectBuffer
= cursorDocument.GetTextBuffer();
6 references to _subjectBuffer
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
AbstractCommandHandlerTestState.cs (6)
86
new SnapshotPoint(
_subjectBuffer
.CurrentSnapshot, cursorPosition));
107
boxSelectionStart = new SnapshotPoint(
_subjectBuffer
.CurrentSnapshot, firstSpan.Start);
108
boxSelectionEnd = new SnapshotPoint(
_subjectBuffer
.CurrentSnapshot, lastSpan.End);
114
boxSelectionStart = new SnapshotPoint(
_subjectBuffer
.CurrentSnapshot, firstSpan.End);
115
boxSelectionEnd = new SnapshotPoint(
_subjectBuffer
.CurrentSnapshot, lastSpan.Start);
147
get { return
_subjectBuffer
; }