1 implementation of GetFullyQualifiedName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
489public abstract string GetFullyQualifiedName(string name, int position, SemanticModel semanticModel);
1 reference to GetFullyQualifiedName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\BasesCollection.cs (1)
111name = CodeModelService.GetFullyQualifiedName(name, node.SpanStart, semanticModel);