15 references to IsInLspEditorContext
Microsoft.CodeAnalysis.EditorFeatures (8)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.cs (1)
57if (buffer.IsInLspEditorContext())
DocumentationComments\AbstractDocumentationCommentCommandHandler.cs (2)
128if (args.SubjectBuffer.IsInLspEditorContext()) 142if (args.SubjectBuffer.IsInLspEditorContext())
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
80if (subjectBuffer.IsInLspEditorContext())
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (1)
128args.SubjectBuffer.SupportsRename() && !args.SubjectBuffer.IsInLspEditorContext();
IntelliSense\QuickInfo\QuickInfoSourceProvider.cs (1)
54if (textBuffer.IsInLspEditorContext())
Shared\Extensions\ITextViewExtensions.cs (1)
393if (textBuffer.IsInLspEditorContext())
Structure\AbstractStructureTaggerProvider.cs (1)
190if (documentSnapshotSpan.SnapshotSpan.Snapshot.TextBuffer.IsInLspEditorContext())
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
Controller.Session_ComputeModel.cs (1)
68if (Controller.SubjectBuffer.IsInLspEditorContext())
SuggestedActionsSourceProvider.cs (1)
96if (textBuffer.IsInLspEditorContext())
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
SignatureHelp\Controller.Session_ComputeModel.cs (1)
68if (Controller.SubjectBuffer.IsInLspEditorContext())
Suggestions\SuggestedActionsSourceProvider.cs (1)
96if (textBuffer.IsInLspEditorContext())
Microsoft.VisualStudio.LanguageServices (3)
CodeCleanup\AbstractCodeCleanUpFixer.cs (1)
187if (buffer.IsInLspEditorContext())
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
86if (textBuffer?.IsInLspEditorContext() == true && document!.Project!.Language != InternalLanguageNames.TypeScript)
Snippets\AbstractSnippetCommandHandler.cs (1)
321if (args.SubjectBuffer.IsInLspEditorContext())