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