1 implementation of TryGetImportNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
639
public abstract bool
TryGetImportNode
(SyntaxNode parentNode, string dottedName, [NotNullWhen(true)] out SyntaxNode? importNode);
1 reference to TryGetImportNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeImport.cs (1)
80
if (!CodeModelService.
TryGetImportNode
(parentNode, _dottedName, out var importNode))