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