3 references to s_prototypeFullNameFormat
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)
CodeModel\VisualBasicCodeModelService_Prototype.vb (3)
160
builder.Append(symbol.ToDisplayString(
s_prototypeFullNameFormat
))
188
builder.Append(parameter.Type.ToDisplayString(
s_prototypeFullNameFormat
))
211
builder.Append(type.ToDisplayString(
s_prototypeFullNameFormat
))