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)
83new SnapshotPoint(_subjectBuffer.CurrentSnapshot, cursorPosition)); 104boxSelectionStart = new SnapshotPoint(_subjectBuffer.CurrentSnapshot, firstSpan.Start); 105boxSelectionEnd = new SnapshotPoint(_subjectBuffer.CurrentSnapshot, lastSpan.End); 111boxSelectionStart = new SnapshotPoint(_subjectBuffer.CurrentSnapshot, firstSpan.End); 112boxSelectionEnd = new SnapshotPoint(_subjectBuffer.CurrentSnapshot, lastSpan.Start); 144get { return _subjectBuffer; }