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