7 references to Text
Microsoft.CodeAnalysis.Features (5)
ClassifiedSpansAndHighlightSpanFactory.cs (3)
83
new ClassifiedSpan(ClassificationTypeNames.
Text
, TextSpan.FromBounds(widenedSpan.Start, narrowSpan.Start)),
84
new ClassifiedSpan(ClassificationTypeNames.
Text
, narrowSpan),
85
new ClassifiedSpan(ClassificationTypeNames.
Text
, TextSpan.FromBounds(narrowSpan.End, widenedSpan.End)),
Common\TaggedText.cs (1)
180
TextTags.AnonymousTypeIndicator or TextTags.Text => ClassificationTypeNames.
Text
,
QuickInfo\Presentation\TaggedTextExtensions.cs (1)
238
=> new(ClassificationTypeNames.
Text
, text);
Microsoft.CodeAnalysis.Workspaces (2)
Classification\ClassificationTypeNames.cs (1)
29
Text
,
Classification\ClassifierHelper.cs (1)
205
result.Add(new ClassifiedSpan(ClassificationTypeNames.
Text
,