Implemented interface member:
method
GetInheritsNamespaceAndOrdinal
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.GetInheritsNamespaceAndOrdinal(Microsoft.CodeAnalysis.SyntaxNode, Microsoft.CodeAnalysis.SyntaxNode, out System.String, out System.Int32)
1 override of GetInheritsNamespaceAndOrdinal
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1624public override void GetInheritsNamespaceAndOrdinal(SyntaxNode parentNode, SyntaxNode inheritsNode, out string namespaceName, out int ordinal)
1 reference to GetInheritsNamespaceAndOrdinal
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
440GetInheritsNamespaceAndOrdinal(parentNode, node, out var namespaceName, out var ordinal);