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