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