1 implementation of GetAsStringForCodeTypeRef
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
312
public abstract string
GetAsStringForCodeTypeRef
(ITypeSymbol typeSymbol);
1 reference to GetAsStringForCodeTypeRef
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\CodeTypeRef.cs (1)
66
get { return CodeModelService.
GetAsStringForCodeTypeRef
(LookupTypeSymbol()); }