2 writes to _subjectBuffer
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
AbstractCommandHandlerTestState.cs (2)
73
_subjectBuffer
= _textView.TextBuffer;
79
_subjectBuffer
= cursorDocument.GetTextBuffer();
6 references to _subjectBuffer
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
AbstractCommandHandlerTestState.cs (6)
83
new SnapshotPoint(
_subjectBuffer
.CurrentSnapshot, cursorPosition));
104
boxSelectionStart = new SnapshotPoint(
_subjectBuffer
.CurrentSnapshot, firstSpan.Start);
105
boxSelectionEnd = new SnapshotPoint(
_subjectBuffer
.CurrentSnapshot, lastSpan.End);
111
boxSelectionStart = new SnapshotPoint(
_subjectBuffer
.CurrentSnapshot, firstSpan.End);
112
boxSelectionEnd = new SnapshotPoint(
_subjectBuffer
.CurrentSnapshot, lastSpan.Start);
144
get { return
_subjectBuffer
; }