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