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