1 implementation of GetNodeWithAttributes
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
656public abstract SyntaxNode GetNodeWithAttributes(SyntaxNode node);
1 reference to GetNodeWithAttributes
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
155containerNode = CodeModelService.GetNodeWithAttributes(containerNode);