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