1 implementation of IsParameterNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
314public abstract bool IsParameterNode(SyntaxNode node);
3 references to IsParameterNode
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\NodeSnapshot.cs (1)
106else if (this.CodeModelService.IsParameterNode(node))
CodeModel\FileCodeModel_Events.cs (2)
145else if (this.CodeModelService.IsParameterNode(codeModelEvent.Node)) 179if (this.CodeModelService.IsParameterNode(codeModelEvent.Node) ||