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