9 references to Comma
Microsoft.AspNetCore.Razor.Language.Legacy.UnitTests (1)
Legacy\CSharpTokenizerOperatorsTest.cs (1)
240TestSingleToken(",", SyntaxKind.Comma);
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Legacy\CSharpTokenizerOperatorsTest.cs (1)
238TestSingleToken(",", SyntaxKind.Comma);
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Legacy\CSharpCodeParser.cs (1)
2672TryAccept(SyntaxKind.Comma);
Language\Legacy\NativeCSharpLanguageCharacteristics.cs (1)
32{ SyntaxKind.Comma, "," },
Language\Legacy\NativeCSharpTokenizer.cs (2)
134{ ',', () => SyntaxKind.Comma }, 245case SyntaxKind.Comma:
Language\Legacy\RoslynCSharpLanguageCharacteristics.cs (1)
32{ SyntaxKind.Comma, "," },
Language\Legacy\RoslynCSharpTokenizer.cs (2)
177case SyntaxKind.Comma: 332(int)CSharpSyntaxKind.CommaToken => SyntaxKind.Comma,