2 references to SyntaxFacts
Microsoft.CodeAnalysis.Features (2)
ChangeSignature\AbstractChangeSignatureService.cs (2)
869if (SyntaxFacts.IsNamedArgument(newArguments[indexInListOfPreexistingArguments])) 881if (seenNamedArguments && !SyntaxFacts.IsNamedArgument(newArgument))