3 references to GetParameterNodes
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)
CodeModel\VisualBasicCodeModelService.vb (3)
1176Return GetParameterNodes(DirectCast(parent, MethodBaseSyntax)) 1178Return GetParameterNodes(DirectCast(parent, MethodBlockBaseSyntax).BlockStatement) 1180Return GetParameterNodes(DirectCast(parent, PropertyBlockSyntax).PropertyStatement)