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