16 references to cmParameterTypeInOut
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1964case PARAMETER_PASSING_MODE.cmParameterTypeInOut:
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeParameter.cs (1)
255return PARAMETER_PASSING_MODE.cmParameterTypeInOut;
Microsoft.VisualStudio.LanguageServices.UnitTests (13)
CodeModel\CSharp\CodeParameterTests.vb (6)
689TestGetParameterPassingMode(code, PARAMETER_PASSING_MODE.cmParameterTypeInOut) 749TestGetParameterPassingMode(code, PARAMETER_PASSING_MODE.cmParameterTypeInOut) 795Await TestSetParameterPassingMode(code, expected, PARAMETER_PASSING_MODE.cmParameterTypeInOut) 858Await TestSetParameterPassingMode(code, expected, PARAMETER_PASSING_MODE.cmParameterTypeInOut) 921Await TestSetParameterPassingMode(code, expected, PARAMETER_PASSING_MODE.cmParameterTypeInOut) 984Await TestSetParameterPassingMode(code, expected, PARAMETER_PASSING_MODE.cmParameterTypeInOut)
CodeModel\VisualBasic\CodeParameterTests.vb (7)
1171TestGetParameterPassingMode(code, PARAMETER_PASSING_MODE.cmParameterTypeInOut) 1210TestGetParameterPassingMode(code, PARAMETER_PASSING_MODE.cmParameterTypeInOut) 1256Await TestSetParameterPassingMode(code, expected, PARAMETER_PASSING_MODE.cmParameterTypeInOut) 1319Await TestSetParameterPassingMode(code, expected, PARAMETER_PASSING_MODE.cmParameterTypeInOut) 1382Await TestSetParameterPassingMode(code, expected, PARAMETER_PASSING_MODE.cmParameterTypeInOut) 1445Await TestSetParameterPassingMode(code, expected, PARAMETER_PASSING_MODE.cmParameterTypeInOut, ThrowsArgumentException(Of PARAMETER_PASSING_MODE)()) 1508Await TestSetParameterPassingMode(code, expected, PARAMETER_PASSING_MODE.cmParameterTypeInOut)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
2073Case PARAMETER_PASSING_MODE.cmParameterTypeInOut