1 implementation of IsParameterNameXmlElementSyntax
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1365public bool IsParameterNameXmlElementSyntax([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsParameterNameXmlElementSyntax
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\AbstractChangeSignatureService.cs (1)
998if (!syntaxFacts.IsParameterNameXmlElementSyntax(content))