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