2 writes to _name
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\CodeAttribute.cs (2)
40
_name
= name;
95
_name
= value;
1 reference to _name
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeAttribute.cs (1)
63
if (!CodeModelService.TryGetAttributeNode(parentNode,
_name
, _ordinal, out var attributeNode))