3 references to s_prototypeFullNameFormat
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)
CodeModel\VisualBasicCodeModelService_Prototype.vb (3)
162
builder.Append(symbol.ToDisplayString(
s_prototypeFullNameFormat
))
190
builder.Append(parameter.Type.ToDisplayString(
s_prototypeFullNameFormat
))
213
builder.Append(type.ToDisplayString(
s_prototypeFullNameFormat
))