1 implementation of CreateAttributeArgumentNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
661
public abstract SyntaxNode
CreateAttributeArgumentNode
(string name, string value);
1 reference to CreateAttributeArgumentNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
145
var attributeArgumentNode = CodeModelService.
CreateAttributeArgumentNode
(CodeModelService.GetUnescapedName(name), value);