13 references to SkipBadSeparatedListTokensWithExpectedKind
Microsoft.CodeAnalysis.CSharp (13)
Parser\LanguageParser.cs (12)
1231return @this.SkipBadSeparatedListTokensWithExpectedKind(ref openParen, list, 2151return this.SkipBadSeparatedListTokensWithExpectedKind(ref colon, list, 2246return this.SkipBadSeparatedListTokensWithExpectedKind(ref tmp, list, 5198return this.SkipBadSeparatedListTokensWithExpectedKind(ref tmp, list, 5907return @this.SkipBadSeparatedListTokensWithExpectedKind(ref open, list, 7746return this.SkipBadSeparatedListTokensWithExpectedKind(ref openBracket, list, 7862return SkipBadSeparatedListTokensWithExpectedKind(ref tmp, 9403return @this.SkipBadSeparatedListTokensWithExpectedKind(ref startToken, list, 12892return @this.SkipBadSeparatedListTokensWithExpectedKind(ref openBracket, list, 13150return @this.SkipBadSeparatedListTokensWithExpectedKind(ref startToken, list, 13267return @this.SkipBadSeparatedListTokensWithExpectedKind(ref openBrace, list, 13915return this.SkipBadSeparatedListTokensWithExpectedKind(ref tmp, list,
Parser\LanguageParser_Patterns.cs (1)
562return @this.SkipBadSeparatedListTokensWithExpectedKind(ref open, list,