2 references to ParameterDefaultValues
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\PrototypeFlags.cs (1)
23
ParametersMask = (ParameterTypes | ParameterNames |
ParameterDefaultValues
),
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService_Prototype.vb (1)
193
If (flags And PrototypeFlags.
ParameterDefaultValues
) <> 0 Then