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