76 references to RoslynContentType
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
ContentType\ContentTypeDefinitions.cs (1)
17
[BaseDefinition(ContentTypeNames.
RoslynContentType
)]
Microsoft.CodeAnalysis.EditorFeatures (64)
AutomaticCompletion\BraceCompletionSessionProvider.cs (1)
26
[ContentType(ContentTypeNames.
RoslynContentType
)]
BraceMatching\BraceHighlightingViewTaggerProvider.cs (1)
25
[ContentType(ContentTypeNames.
RoslynContentType
)]
BracePairs\BracePairsTaggerProvider.cs (1)
28
[VisualStudio.Utilities.ContentType(ContentTypeNames.
RoslynContentType
)]
Classification\TotalClassificationTaggerProvider.cs (1)
28
[Microsoft.VisualStudio.Utilities.ContentType(ContentTypeNames.
RoslynContentType
)]
CodeDefinitionWindow\DefinitionContextTracker.cs (3)
38
[ContentType(ContentTypeNames.
RoslynContentType
)]
92
textView.BufferGraph.GetTextBuffers(b => b.ContentType.IsOfType(ContentTypeNames.
RoslynContentType
)).Count == 0)
111
var pointInRoslynSnapshot = caretPosition.Point.GetPoint(tb => tb.ContentType.IsOfType(ContentTypeNames.
RoslynContentType
), caretPosition.Affinity);
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
27
[VisualStudio.Utilities.ContentType(ContentTypeNames.
RoslynContentType
)]
CommentSelection\ToggleBlockCommentCommandHandler.cs (1)
22
[VisualStudio.Utilities.ContentType(ContentTypeNames.
RoslynContentType
)]
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
31
[VisualStudio.Utilities.ContentType(ContentTypeNames.
RoslynContentType
)]
Copilot\CopilotTaggerProvider.cs (1)
32
[VisualStudio.Utilities.ContentType(ContentTypeNames.
RoslynContentType
)]
Copilot\CopilotWpfTextCreationListener.cs (1)
27
[ContentType(ContentTypeNames.
RoslynContentType
)]
Editor\ContentTypeDefinitions.cs (1)
18
[Name(ContentTypeNames.
RoslynContentType
)]
Editor\GoToAdjacentMemberCommandHandler.cs (1)
28
[ContentType(ContentTypeNames.
RoslynContentType
)]
Editor\TextBufferAssociatedViewService.cs (2)
22
[ContentType(ContentTypeNames.
RoslynContentType
)]
90
return contentType.IsOfType(ContentTypeNames.
RoslynContentType
) ||
Formatting\FormatCommandHandler.cs (1)
32
[ContentType(ContentTypeNames.
RoslynContentType
)]
GoOrFind\FindReferences\FindReferencesCommandHandler.cs (1)
16
[ContentType(ContentTypeNames.
RoslynContentType
)]
GoOrFind\GoToBase\GoToBaseCommandHandler.cs (1)
17
[ContentType(ContentTypeNames.
RoslynContentType
)]
GoOrFind\GoToImplementation\GoToImplementationCommandHandler.cs (1)
17
[ContentType(ContentTypeNames.
RoslynContentType
)]
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
29
[ContentType(ContentTypeNames.
RoslynContentType
)]
InlineDiagnostics\InlineDiagnosticsAdornmentManagerProvider.cs (2)
20
[ContentType(ContentTypeNames.
RoslynContentType
)]
30
[ContentType(ContentTypeNames.
RoslynContentType
)]
InlineDiagnostics\InlineDiagnosticsTaggerProvider.cs (1)
23
[ContentType(ContentTypeNames.
RoslynContentType
)]
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
24
[ContentType(ContentTypeNames.
RoslynContentType
)]
InlineHints\InlineHintsTaggerProvider.cs (1)
28
[ContentType(ContentTypeNames.
RoslynContentType
)]
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
22
[ContentType(ContentTypeNames.
RoslynContentType
)]
InlineRename\Taggers\RenameClassificationTaggerProvider.cs (1)
18
[ContentType(ContentTypeNames.
RoslynContentType
)]
InlineRename\Taggers\RenameTaggerProvider.cs (1)
17
[ContentType(ContentTypeNames.
RoslynContentType
)]
InlineRename\UI\InlineRenameAdornmentProvider.cs (2)
23
[ContentType(ContentTypeNames.
RoslynContentType
)]
91
if (textView.BufferGraph.GetTextBuffers(b => b.ContentType.IsOfType(ContentTypeNames.
RoslynContentType
)).Any())
IntelliSense\AsyncCompletion\CommitManagerProvider.cs (1)
19
[ContentType(ContentTypeNames.
RoslynContentType
)]
IntelliSense\AsyncCompletion\CompletionSourceProvider.cs (1)
21
[ContentType(ContentTypeNames.
RoslynContentType
)]
IntelliSense\AsyncCompletion\ItemManagerProvider.cs (1)
18
[ContentType(ContentTypeNames.
RoslynContentType
)]
IntelliSense\QuickInfo\QuickInfoSourceProvider.cs (1)
21
[ContentType(ContentTypeNames.
RoslynContentType
)]
Interactive\CommandHandlers\ExecuteInInteractiveCommandHandler.cs (1)
28
[ContentType(ContentTypeNames.
RoslynContentType
)]
Interactive\InteractivePasteCommandHandler.cs (1)
31
[ContentType(ContentTypeNames.
RoslynContentType
)]
LineSeparators\LineSeparatorAdornmentManagerProvider.cs (2)
23
[ContentType(ContentTypeNames.
RoslynContentType
)]
32
[ContentType(ContentTypeNames.
RoslynContentType
)]
NavigableSymbols\NavigableSymbolService.cs (1)
19
[ContentType(ContentTypeNames.
RoslynContentType
)]
PasteTracking\PasteTrackingPasteCommandHandler.cs (1)
20
[ContentType(ContentTypeNames.
RoslynContentType
)]
Peek\PeekableItemSourceProvider.cs (1)
16
[ContentType(ContentTypeNames.
RoslynContentType
)]
Preview\PreviewConflictViewTaggerProvider.cs (1)
20
[ContentType(ContentTypeNames.
RoslynContentType
)]
Preview\PreviewReferenceHighlightingTaggerProvider.cs (3)
25
[ContentType(ContentTypeNames.
RoslynContentType
)]
41
[ContentType(ContentTypeNames.
RoslynContentType
)]
57
[ContentType(ContentTypeNames.
RoslynContentType
)]
Preview\PreviewStaticClassificationTaggerProvider.cs (1)
30
[ContentType(ContentTypeNames.
RoslynContentType
)]
Preview\PreviewWarningViewTaggerProvider.cs (1)
20
[ContentType(ContentTypeNames.
RoslynContentType
)]
QuickInfo\Extensions.cs (1)
18
/// with <see cref="ContentTypeNames.
RoslynContentType
"/>
ReferenceHighlighting\NavigateToHighlightReferenceCommandHandler.cs (1)
26
[ContentType(ContentTypeNames.
RoslynContentType
)]
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (2)
33
[ContentType(ContentTypeNames.
RoslynContentType
)]
225
return contentType.IsOfType(ContentTypeNames.
RoslynContentType
) ||
RenameTracking\RenameTrackingCancellationCommandHandler.cs (1)
17
[ContentType(ContentTypeNames.
RoslynContentType
)]
RenameTracking\RenameTrackingTaggerProvider.cs (1)
34
[ContentType(ContentTypeNames.
RoslynContentType
)]
Shared\Extensions\ITextViewExtensions.cs (1)
72
public static ITextBuffer? GetBufferContainingCaret(this ITextView textView, string contentType = ContentTypeNames.
RoslynContentType
)
SignatureHelp\Presentation\SignatureHelpPresenter.cs (1)
22
[ContentType(ContentTypeNames.
RoslynContentType
)]
SignatureHelp\SignatureHelpBeforeCompletionCommandHandler.cs (1)
31
[ContentType(ContentTypeNames.
RoslynContentType
)]
SpellCheck\RoslynSpellCheckFixerProvider.cs (1)
25
[ContentType(ContentTypeNames.
RoslynContentType
)]
SplitComment\SplitCommentCommandHandler.cs (1)
27
[ContentType(ContentTypeNames.
RoslynContentType
)]
StringIndentation\StringIndentationAdornmentManagerProvider.cs (2)
23
[ContentType(ContentTypeNames.
RoslynContentType
)]
32
[ContentType(ContentTypeNames.
RoslynContentType
)]
Structure\OutliningCommandHandler.cs (1)
16
[ContentType(ContentTypeNames.
RoslynContentType
)]
Structure\StructureTaggerProvider.cs (1)
26
[ContentType(ContentTypeNames.
RoslynContentType
)]
Suggestions\SuggestedActionsSourceProvider.cs (1)
28
[ContentType(ContentTypeNames.
RoslynContentType
)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\NoCompilationContentTypeDefinitions.cs (1)
19
[BaseDefinition(ContentTypeNames.
RoslynContentType
)]
Microsoft.CodeAnalysis.EditorFeatures.Text (2)
Implementation\TextBufferFactoryService\ITextBufferCloneService.cs (1)
28
/// get new <see cref="ITextBuffer"/> from <see cref="SourceText"/> with <see cref="ContentTypeNames.
RoslynContentType
"/>
Implementation\TextBufferFactoryService\TextBufferCloneServiceFactory.cs (1)
29
_roslynContentType = contentTypeRegistryService.GetContentType(ContentTypeNames.
RoslynContentType
);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
TextEditor\TextBufferAssociatedViewServiceTests.cs (1)
29
contentType.Setup(c => c.IsOfType(ContentTypeNames.
RoslynContentType
)).Returns(true);
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\FSharpContentTypeNames.cs (1)
11
public const string RoslynContentType = Microsoft.CodeAnalysis.Editor.ContentTypeNames.
RoslynContentType
;
Microsoft.VisualStudio.LanguageServices (6)
HACK_ThemeColorFixer.cs (1)
28
[ContentType(ContentTypeNames.
RoslynContentType
)]
InheritanceMargin\InheritanceGlyphFactoryProvider.cs (1)
23
[ContentType(ContentTypeNames.
RoslynContentType
)]
InheritanceMargin\InheritanceMarginTaggerProvider.cs (1)
32
[ContentType(ContentTypeNames.
RoslynContentType
)]
Interactive\ScriptingOleCommandTarget.cs (1)
30
var result = WpfTextView.GetBufferContainingCaret(contentType: ContentTypeNames.
RoslynContentType
);
Preview\Tagging\PreviewTaggerProvider.cs (1)
20
[ContentType(ContentTypeNames.
RoslynContentType
)]
ValueTracking\ValueTrackingCommandHandler.cs (1)
34
[ContentType(ContentTypeNames.
RoslynContentType
)]