1 write to SubjectBuffer
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AbstractController.cs (1)
52this.SubjectBuffer = subjectBuffer;
8 references to SubjectBuffer
Microsoft.CodeAnalysis.EditorFeatures (8)
SignatureHelp\Controller.cs (4)
117this.sessionOpt = new Session(this, Presenter.CreateSession(TextView, SubjectBuffer, null)); 125var snapshot = this.SubjectBuffer.CurrentSnapshot; 135_allProviders, this.SubjectBuffer.ContentType)]; 151if (!this.TextView.GetCaretPoint(this.SubjectBuffer).HasValue)
SignatureHelp\Controller.Session_ComputeModel.cs (3)
33var caretPosition = Controller.TextView.GetCaretPoint(Controller.SubjectBuffer).Value; 34var disconnectedBufferGraph = new DisconnectedBufferGraph(Controller.SubjectBuffer, Controller.TextView.TextBuffer); 65if (Controller.SubjectBuffer.IsInLspEditorContext())
SignatureHelp\Controller_TypeChar.cs (1)
64if (this.TextView.TypeCharWasHandledStrangely(this.SubjectBuffer, args.TypedChar))