4 overrides of IdAttribute
System.Private.Xml (4)
System\Xml\Schema\XmlSchema.cs (1)
500internal override string? IdAttribute
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
37internal override string? IdAttribute
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
37internal override string? IdAttribute
System\Xml\Schema\XmlSchemaExternal.cs (1)
55internal override string? IdAttribute
3 writes to IdAttribute
System.Private.Xml (3)
System\Xml\Schema\Preprocessor.cs (1)
2050xso.IdAttribute = NameTable.Add(XmlConvert.VerifyNCName(xso.IdAttribute));
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1716xso.IdAttribute = NameTable.Add(XmlConvert.VerifyNCName(xso.IdAttribute));
System\Xml\Schema\XsdBuilder.cs (1)
1103builder._xso!.IdAttribute = value;
7 references to IdAttribute
System.Private.Xml (7)
System\Xml\Schema\Preprocessor.cs (3)
2046if (xso.IdAttribute != null) 2050xso.IdAttribute = NameTable.Add(XmlConvert.VerifyNCName(xso.IdAttribute)); 2064_currentSchema!.Ids.Add(xso.IdAttribute, xso);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
1712if (xso.IdAttribute != null) 1716xso.IdAttribute = NameTable.Add(XmlConvert.VerifyNCName(xso.IdAttribute)); 1717if (_schema!.Ids[xso.IdAttribute] != null) 1723_schema.Ids.Add(xso.IdAttribute, xso);