1 write to Name
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\MethodXml\AbstractMethodXmlBuilder.AttributeInfo.cs (1)
20
this.
Name
= name;
2 references to Name
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\MethodXml\AbstractMethodXmlBuilder.AttributeInfo.cs (1)
28
return this.
Name
== null
CodeModel\MethodXml\AbstractMethodXmlBuilder.cs (1)
116
_builder.Append(attribute.
Name
);