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