2 references to cmParameterTypeInOut
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1960
case PARAMETER_PASSING_MODE.
cmParameterTypeInOut
:
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeParameter.cs (1)
255
return PARAMETER_PASSING_MODE.
cmParameterTypeInOut
;