7 references to IsInLspEditorContext
Microsoft.CodeAnalysis.EditorFeatures (7)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.cs (1)
52
if (buffer.
IsInLspEditorContext
())
DocumentationComments\AbstractDocumentationCommentCommandHandler.cs (2)
128
if (args.SubjectBuffer.
IsInLspEditorContext
())
142
if (args.SubjectBuffer.
IsInLspEditorContext
())
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
74
if (subjectBuffer.
IsInLspEditorContext
())
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (1)
136
args.SubjectBuffer.SupportsRename() && !args.SubjectBuffer.
IsInLspEditorContext
();
IntelliSense\QuickInfo\QuickInfoSourceProvider.cs (1)
43
if (textBuffer.
IsInLspEditorContext
())
Shared\Extensions\ITextViewExtensions.cs (1)
337
if (textBuffer.
IsInLspEditorContext
())