1 implementation of GetInheritsNamespaceAndOrdinal
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
647public abstract void GetInheritsNamespaceAndOrdinal(SyntaxNode inheritsNode, SyntaxNode optionNode, out string namespaceName, out int ordinal);
1 reference to GetInheritsNamespaceAndOrdinal
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\InheritsImplementsCollection.cs (1)
106CodeModelService.GetInheritsNamespaceAndOrdinal(node, child, out var childName, out var ordinal);