3 references to name
System.Xml (3)
System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs (3)
21this.properties.Add(this.name); 40get { return (string)this[this.name]; } 41set { this[this.name] = value; }