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