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