13 references to SkipBadSeparatedListTokensWithExpectedKind
Microsoft.CodeAnalysis.CSharp (13)
Parser\LanguageParser.cs (12)
1240return @this.SkipBadSeparatedListTokensWithExpectedKind(ref openParen, list, 2181return this.SkipBadSeparatedListTokensWithExpectedKind(ref colon, list, 2276return this.SkipBadSeparatedListTokensWithExpectedKind(ref tmp, list, 5372return this.SkipBadSeparatedListTokensWithExpectedKind(ref tmp, list, 6143return @this.SkipBadSeparatedListTokensWithExpectedKind(ref open, list, 7976return this.SkipBadSeparatedListTokensWithExpectedKind(ref openBracket, list, 8092return SkipBadSeparatedListTokensWithExpectedKind(ref tmp, 9711return @this.SkipBadSeparatedListTokensWithExpectedKind(ref startToken, list, 13261return @this.SkipBadSeparatedListTokensWithExpectedKind(ref openBracket, list, 13537return @this.SkipBadSeparatedListTokensWithExpectedKind(ref startToken, list, 13656return @this.SkipBadSeparatedListTokensWithExpectedKind(ref openBrace, list, 14283return this.SkipBadSeparatedListTokensWithExpectedKind(ref tmp, list,
Parser\LanguageParser_Patterns.cs (1)
587return @this.SkipBadSeparatedListTokensWithExpectedKind(ref open, list,