31 references to Punctuation
Microsoft.CodeAnalysis.CSharp.Features (1)
QuickInfo\CSharpDiagnosticAnalyzerQuickInfoProvider.cs (1)
162
new TaggedText(TextTags.
Punctuation
, ":"),
Microsoft.CodeAnalysis.EditorFeatures.Wpf (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)
35
New TaggedText(TextTags.
Punctuation
, "."),
37
New TaggedText(TextTags.
Punctuation
, "("),
41
New TaggedText(TextTags.
Punctuation
, ")"),
43
New TaggedText(TextTags.
Punctuation
, "("),
44
New TaggedText(TextTags.
Punctuation
, "+"),
49
New TaggedText(TextTags.
Punctuation
, ")"))),
60
New TaggedText(TextTags.
Punctuation
, "."),
62
New TaggedText(TextTags.
Punctuation
, "."),
127
New TaggedText(TextTags.
Punctuation
, "."),
129
New TaggedText(TextTags.
Punctuation
, "("),
133
New TaggedText(TextTags.
Punctuation
, ")"),
135
New TaggedText(TextTags.
Punctuation
, "("),
136
New TaggedText(TextTags.
Punctuation
, "+"),
141
New TaggedText(TextTags.
Punctuation
, ")"))),
149
New TaggedText(TextTags.
Punctuation
, "."),
151
New TaggedText(TextTags.
Punctuation
, "."),
212
New TaggedText(TextTags.
Punctuation
, "."),
214
New TaggedText(TextTags.
Punctuation
, "("),
218
New TaggedText(TextTags.
Punctuation
, ")"),
220
New TaggedText(TextTags.
Punctuation
, "("),
221
New TaggedText(TextTags.
Punctuation
, "+"),
226
New TaggedText(TextTags.
Punctuation
, ")"))),
248
New TaggedText(TextTags.
Punctuation
, "."),
250
New TaggedText(TextTags.
Punctuation
, "."),
Microsoft.CodeAnalysis.Features (4)
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)
36
public const string Punctuation = nameof(
Punctuation
);