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