33 references to Punctuation
Microsoft.CodeAnalysis.CSharp.Features (1)
QuickInfo\CSharpDiagnosticAnalyzerQuickInfoProvider.cs (1)
162
new TaggedText(TextTags.
Punctuation
, ":"),
Microsoft.CodeAnalysis.EditorFeatures (2)
SignatureHelp\Presentation\Signature.cs (2)
220
new TaggedText(TextTags.
Punctuation
, "[")
223
result.Add(new TaggedText(TextTags.
Punctuation
, "]"));
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (24)
IntelliSense\IntellisenseQuickInfoBuilderTests.vb (24)
36
New TaggedText(TextTags.
Punctuation
, "."),
38
New TaggedText(TextTags.
Punctuation
, "("),
42
New TaggedText(TextTags.
Punctuation
, ")"),
44
New TaggedText(TextTags.
Punctuation
, "("),
45
New TaggedText(TextTags.
Punctuation
, "+"),
50
New TaggedText(TextTags.
Punctuation
, ")"))),
61
New TaggedText(TextTags.
Punctuation
, "."),
63
New TaggedText(TextTags.
Punctuation
, "."),
128
New TaggedText(TextTags.
Punctuation
, "."),
130
New TaggedText(TextTags.
Punctuation
, "("),
134
New TaggedText(TextTags.
Punctuation
, ")"),
136
New TaggedText(TextTags.
Punctuation
, "("),
137
New TaggedText(TextTags.
Punctuation
, "+"),
142
New TaggedText(TextTags.
Punctuation
, ")"))),
150
New TaggedText(TextTags.
Punctuation
, "."),
152
New TaggedText(TextTags.
Punctuation
, "."),
213
New TaggedText(TextTags.
Punctuation
, "."),
215
New TaggedText(TextTags.
Punctuation
, "("),
219
New TaggedText(TextTags.
Punctuation
, ")"),
221
New TaggedText(TextTags.
Punctuation
, "("),
222
New TaggedText(TextTags.
Punctuation
, "+"),
227
New TaggedText(TextTags.
Punctuation
, ")"))),
249
New TaggedText(TextTags.
Punctuation
, "."),
251
New TaggedText(TextTags.
Punctuation
, "."),
Microsoft.CodeAnalysis.Features (6)
Common\SymbolDisplayPartKindTags.cs (1)
61
SymbolDisplayPartKind.Punctuation => TextTags.
Punctuation
,
Common\TaggedText.cs (2)
173
TextTags.
Punctuation
=> ClassificationTypeNames.Punctuation,
288
=> parts.Add(new TaggedText(TextTags.
Punctuation
, text));
Common\TextTags.cs (1)
34
public const string Punctuation = nameof(
Punctuation
);
SemanticSearch\SearchCompilationFailureDefinitionItem.cs (1)
22
new TaggedText(TextTags.
Punctuation
, ":"),
SemanticSearch\SearchExceptionDefinitionItem.cs (1)
24
new TaggedText(TextTags.
Punctuation
, ":"),