2 references to SyntaxFacts
Microsoft.CodeAnalysis.CSharp.Features (2)
BraceCompletion\ParenthesisBraceCompletionService.cs (1)
32if (ParentIsSkippedTokensTriviaOrNull(this.SyntaxFacts, token)
BraceCompletion\StringLiteralBraceCompletionService.cs (1)
57if (ParentIsSkippedTokensTriviaOrNull(this.SyntaxFacts, token) || !IsValidOpeningBraceToken(token))