5 writes to Name
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
8850o.@Name = Reader.Value; 8998o.@Name = Reader.Value; 9074o.@Name = Reader.Value;
System.Xml (2)
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (1)
76set { Name = value; }
System\Xml\Schema\XsdBuilder.cs (1)
2000builder.identityConstraint.Name = value;
16 references to Name
System.Data (3)
fx\src\data\System\Data\XMLSchema.cs (3)
1084string name = XmlConvert.DecodeName(keyref.Name); 1125string relName = XmlConvert.DecodeName(GetStringAttribute( keyref, Keywords.MSD_RELATIONNAME, keyref.Name)); 1181name = XmlConvert.DecodeName(keyNode.Name);
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
2322WriteAttribute(@"name", @"", ((global::System.String)o.@Name)); 2395WriteAttribute(@"name", @"", ((global::System.String)o.@Name)); 2435WriteAttribute(@"name", @"", ((global::System.String)o.@Name));
System.Xml (10)
System\Xml\Schema\Preprocessor.cs (2)
1204if (constraint.Name != null) { 1206constraint.SetQualifiedName(new XmlQualifiedName(constraint.Name, this.targetNamespace));
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
892if (constraint.Name != null) { 894constraint.SetQualifiedName(new XmlQualifiedName(constraint.Name, this.targetNamespace));
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (1)
75get { return Name; }
System\Xml\Schema\XsdBuilder.cs (2)
2026builder.SendValidationEvent(Res.Sch_DupSelector, builder.identityConstraint.Name); 2046builder.SendValidationEvent(Res.Sch_SelectorBeforeFields, builder.identityConstraint.Name);
System\Xml\Serialization\SchemaObjectWriter.cs (3)
862WriteAttribute(@"name", @"", ((System.String)o.@Name)); 909WriteAttribute(@"name", @"", ((System.String)o.@Name)); 931WriteAttribute(@"name", @"", ((System.String)o.@Name));