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