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