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