8 references to TokenList
Microsoft.CodeAnalysis.CSharp (3)
CSharpExtensions.cs (1)
275return SyntaxFactory.TokenList(items);
Syntax\SyntaxFactory.cs (2)
1073return XmlTextAttribute(XmlName(name), SyntaxKind.DoubleQuoteToken, TokenList(textTokens)); 1196return XmlText(TokenList(textTokens));
Microsoft.Gen.Logging.Unit.Tests (2)
ParserUtilitiesTests.cs (2)
21SyntaxFactory.TokenList( 32SyntaxFactory.TokenList(
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)]))