1 implementation of UpdateParameterKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
677
public abstract EnvDTE80.vsCMParameterKind
UpdateParameterKind
(EnvDTE80.vsCMParameterKind parameterKind, PARAMETER_PASSING_MODE passingMode);
1 reference to UpdateParameterKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeParameter.cs (1)
192
=> this.ParameterKind = this.CodeModelService.
UpdateParameterKind
(ParameterKind, passingMode);