1 implementation of GetInheritsNamespaceAndOrdinal
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
648
public 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)
109
CodeModelService.
GetInheritsNamespaceAndOrdinal
(node, child, out var childName, out var ordinal);