1 write to Id
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
56this.Id = id;
8 references to Id
System.Private.Xml (8)
System\Xml\Schema\DtdValidator.cs (2)
488if (FindId(next.Id) == null) 490SendValidationEvent(new XmlSchemaException(SR.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.LinePos));
System\Xml\Schema\XdrValidator.cs (2)
681if (FindId(next.Id) == null) 683SendValidationEvent(new XmlSchemaException(SR.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.LinePos));
System\Xml\Schema\XmlSchemaValidator.cs (2)
2028if (FindId(next.Id) == null) 2030SendValidationEvent(new XmlSchemaValidationException(SR.Sch_UndeclaredId, next.Id, _sourceUriString, next.LineNo, next.LinePos), XmlSeverityType.Error);
System\Xml\Schema\XsdValidator.cs (2)
813if (FindId(next.Id) == null) 815SendValidationEvent(new XmlSchemaException(SR.Sch_UndeclaredId, next.Id, reader.BaseURI, next.LineNo, next.LinePos));