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)
86new SnapshotPoint(_subjectBuffer.CurrentSnapshot, cursorPosition)); 107boxSelectionStart = new SnapshotPoint(_subjectBuffer.CurrentSnapshot, firstSpan.Start); 108boxSelectionEnd = new SnapshotPoint(_subjectBuffer.CurrentSnapshot, lastSpan.End); 114boxSelectionStart = new SnapshotPoint(_subjectBuffer.CurrentSnapshot, firstSpan.End); 115boxSelectionEnd = new SnapshotPoint(_subjectBuffer.CurrentSnapshot, lastSpan.Start); 147get { return _subjectBuffer; }