Implemented interface member:
method
GetInheritsNamespaceAndOrdinal
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.GetInheritsNamespaceAndOrdinal(Microsoft.CodeAnalysis.SyntaxNode, Microsoft.CodeAnalysis.SyntaxNode, out System.String, out System.Int32)
2 overrides of GetInheritsNamespaceAndOrdinal
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1627public override void GetInheritsNamespaceAndOrdinal(SyntaxNode parentNode, SyntaxNode inheritsNode, out string namespaceName, out int ordinal)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
1723Public Overrides Sub GetInheritsNamespaceAndOrdinal(parentNode As SyntaxNode, inheritsNode As SyntaxNode, ByRef namespaceName As String, ByRef ordinal As Integer)
1 reference to GetInheritsNamespaceAndOrdinal
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
441GetInheritsNamespaceAndOrdinal(parentNode, node, out var namespaceName, out var ordinal);