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