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