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