2 writes to Name
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (1)
60set { Name = value; }
System\Xml\Schema\XsdBuilder.cs (1)
2174builder._identityConstraint!.Name = value;
13 references to Name
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
1282string name = XmlConvert.DecodeName(keyref.Name)!; 1328string relName = XmlConvert.DecodeName(GetStringAttribute(keyref, Keywords.MSD_RELATIONNAME, keyref.Name!)); 1391name = XmlConvert.DecodeName(keyNode.Name);
System.Private.Xml (10)
System\Xml\Schema\Preprocessor.cs (2)
1438if (constraint.Name != null) 1441constraint.SetQualifiedName(new XmlQualifiedName(constraint.Name, _targetNamespace));
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1109if (constraint.Name != null) 1112constraint.SetQualifiedName(new XmlQualifiedName(constraint.Name, _targetNamespace));
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (1)
59get { return Name; }
System\Xml\Schema\XsdBuilder.cs (2)
2206builder.SendValidationEvent(SR.Sch_DupSelector, builder._identityConstraint.Name); 2229builder.SendValidationEvent(SR.Sch_SelectorBeforeFields, builder._identityConstraint.Name);
System\Xml\Serialization\SchemaObjectWriter.cs (3)
1034WriteAttribute(@"name", @"", ((string?)o.@Name)); 1089WriteAttribute(@"name", @"", ((string?)o.@Name)); 1114WriteAttribute(@"name", @"", ((string?)o.@Name));