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