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