4 overrides of IdAttribute
System.Xml (4)
System\Xml\Schema\XmlSchema.cs (1)
585internal override string IdAttribute {
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
53internal override string IdAttribute {
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
53internal override string IdAttribute {
System\Xml\Schema\XmlSchemaExternal.cs (1)
58internal override string IdAttribute {
3 writes to IdAttribute
System.Xml (3)
System\Xml\Schema\Preprocessor.cs (1)
1681xso.IdAttribute = NameTable.Add(XmlConvert.VerifyNCName(xso.IdAttribute));
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1369xso.IdAttribute = NameTable.Add(XmlConvert.VerifyNCName(xso.IdAttribute));
System\Xml\Schema\XsdBuilder.cs (1)
1064builder.xso.IdAttribute = value;
7 references to IdAttribute
System.Xml (7)
System\Xml\Schema\Preprocessor.cs (3)
1679if (xso.IdAttribute != null) { 1681xso.IdAttribute = NameTable.Add(XmlConvert.VerifyNCName(xso.IdAttribute)); 1692currentSchema.Ids.Add(xso.IdAttribute, xso);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
1367if (xso.IdAttribute != null) { 1369xso.IdAttribute = NameTable.Add(XmlConvert.VerifyNCName(xso.IdAttribute)); 1370if (this.schema.Ids[xso.IdAttribute] != null) { 1374this.schema.Ids.Add(xso.IdAttribute, xso);