13 references to TokenList
Microsoft.CodeAnalysis.CSharp (3)
CSharpExtensions.cs (1)
275
return SyntaxFactory.
TokenList
(items);
Syntax\SyntaxFactory.cs (2)
1073
return XmlTextAttribute(XmlName(name), SyntaxKind.DoubleQuoteToken,
TokenList
(textTokens));
1196
return XmlText(
TokenList
(textTokens));
Microsoft.Gen.Logging.Unit.Tests (2)
ParserUtilitiesTests.cs (2)
21
SyntaxFactory.
TokenList
(
32
SyntaxFactory.
TokenList
(
Microsoft.Interop.ComInterfaceGenerator (1)
VirtualMethodPointerStubGenerator.cs (1)
167
.WithModifiers(
TokenList
(Token(SyntaxKind.InternalKeyword), Token(SyntaxKind.StaticKeyword)))
Microsoft.Interop.JavaScript.JSImportGenerator (4)
JSExportGenerator.cs (4)
121
.WithModifiers(
TokenList
(new[] { Token(SyntaxKind.InternalKeyword), Token(SyntaxKind.StaticKeyword), Token(SyntaxKind.UnsafeKeyword) }))
217
.WithModifiers(
TokenList
(new[] { Token(SyntaxKind.StaticKeyword) }))
256
.WithModifiers(
TokenList
(new[] {
266
.WithModifiers(
TokenList
(new SyntaxToken[]{
System.Text.RegularExpressions.Generator (3)
UpgradeToGeneratedRegexCodeFixer.cs (3)
175
.WithModifiers(SyntaxFactory.
TokenList
(
218
.WithModifiers(SyntaxFactory.
TokenList
([
268
.WithModifiers(SyntaxFactory.
TokenList
([.. propertyDeclaration.Modifiers, SyntaxFactory.Token(SyntaxKind.PartialKeyword)]))