Implemented interface member:
method
TryGetImportNode
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.TryGetImportNode(Microsoft.CodeAnalysis.SyntaxNode, System.String, out Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of TryGetImportNode
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1552public override bool TryGetImportNode(SyntaxNode parentNode, string dottedName, [NotNullWhen(true)] out SyntaxNode? importNode)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
1185Public Overrides Function TryGetImportNode(parentNode As SyntaxNode, dottedName As String, ByRef importNode As SyntaxNode) As Boolean