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