1 implementation of GetNodeWithType
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
537
public abstract SyntaxNode
GetNodeWithType
(SyntaxNode node);
1 reference to GetNodeWithType
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
655
node = CodeModelService.
GetNodeWithType
(node);