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