1 write to Id
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
55
this.
Id
= id;
8 references to Id
System.Xml (8)
System\Xml\Schema\DtdValidator.cs (2)
403
if(FindId(next.
Id
) == null) {
404
SendValidationEvent(new XmlSchemaException(Res.Sch_UndeclaredId, next.
Id
, reader.BaseURI, next.LineNo, next.LinePos));
System\Xml\Schema\XdrValidator.cs (2)
559
if(FindId(next.
Id
) == null) {
560
SendValidationEvent(new XmlSchemaException(Res.Sch_UndeclaredId, next.
Id
, reader.BaseURI, next.LineNo, next.LinePos));
System\Xml\Schema\XmlSchemaValidator.cs (2)
1696
if(FindId(next.
Id
) == null) {
1697
SendValidationEvent(new XmlSchemaValidationException(Res.Sch_UndeclaredId, next.
Id
, this.sourceUriString, next.LineNo, next.LinePos), XmlSeverityType.Error);
System\Xml\Schema\XsdValidator.cs (2)
682
if(FindId(next.
Id
) == null) {
683
SendValidationEvent(new XmlSchemaException(Res.Sch_UndeclaredId, next.
Id
, reader.BaseURI, next.LineNo, next.LinePos));