1 implementation of TryGetInheritsNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
641public abstract bool TryGetInheritsNode(SyntaxNode parentNode, string name, int ordinal, [NotNullWhen(true)] out SyntaxNode? inheritsNode);
1 reference to TryGetInheritsNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeInheritsStatement.cs (1)
77if (!CodeModelService.TryGetInheritsNode(parentNode, _namespaceName, _ordinal, out var inheritsNode))