17 references to TokenList
Microsoft.Analyzers.Extra (1)
CallAnalysis\Fixers\LegacyLoggingFixer.cs (1)
376
loggerParam = parameterSyntax.WithModifiers(SyntaxFactory.
TokenList
(SyntaxFactory.Token(SyntaxKind.ThisKeyword)));
Microsoft.CodeAnalysis.CSharp (3)
Syntax\AnonymousMethodExpressionSyntax.cs (1)
50
=> AnonymousMethodExpression(
TokenList
(asyncKeyword), delegateKeyword, parameterList, block, expressionBody);
Syntax\ParenthesizedLambdaExpressionSyntax.cs (1)
46
=> ParenthesizedLambdaExpression(
TokenList
(asyncKeyword), parameterList, arrowToken, block, expressionBody);
Syntax\SimpleLambdaExpressionSyntax.cs (1)
43
=> SimpleLambdaExpression(attributeLists: default,
TokenList
(asyncKeyword), parameter, arrowToken, block, expressionBody);
Microsoft.Gen.Logging.Unit.Tests (1)
ParserUtilitiesTests.cs (1)
62
SyntaxFactory.
TokenList
(SyntaxFactory.Token(SyntaxKind.PartialKeyword)),
Microsoft.Interop.ComInterfaceGenerator (1)
ComMethodContext.cs (1)
132
.WithModifiers(
TokenList
(Token(SyntaxKind.NewKeyword)))
Microsoft.Interop.JavaScript.JSImportGenerator (11)
JSExportGenerator.cs (1)
240
.WithModifiers(
TokenList
(Token(SyntaxKind.StaticKeyword)))
Marshaling\FuncJSGenerator.cs (5)
117
.WithModifiers(
TokenList
(Token(SyntaxKind.StaticKeyword)))
120
.WithModifiers(
TokenList
(Token(SyntaxKind.RefKeyword)))
132
.WithModifiers(
TokenList
(Token(SyntaxKind.StaticKeyword)))
135
.WithModifiers(
TokenList
(Token(SyntaxKind.RefKeyword)))
138
.WithModifiers(
TokenList
(Token(SyntaxKind.OutKeyword)))
Marshaling\TaskJSGenerator.cs (5)
104
.WithModifiers(
TokenList
(Token(SyntaxKind.StaticKeyword)))
107
.WithModifiers(
TokenList
(Token(SyntaxKind.RefKeyword)))
110
.WithModifiers(
TokenList
(Token(SyntaxKind.OutKeyword)))
127
.WithModifiers(
TokenList
(Token(SyntaxKind.StaticKeyword)))
130
.WithModifiers(
TokenList
(Token(SyntaxKind.RefKeyword)))