1 implementation of GetParameterKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
675public abstract EnvDTE80.vsCMParameterKind GetParameterKind(SyntaxNode node);
1 reference to GetParameterKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeParameter.cs (1)
161return CodeModelService.GetParameterKind(LookupNode());