1 write to Id
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
60
this.
Id
= id;
8 references to Id
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (2)
489
if (FindId(next.
Id
) == null)
491
SendValidationEvent(new XmlSchemaException(ResXml.Sch_UndeclaredId, next.
Id
, reader.BaseURI, next.LineNo, next.LinePos));
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
683
if (FindId(next.
Id
) == null)
685
SendValidationEvent(new XmlSchemaException(ResXml.Sch_UndeclaredId, next.
Id
, reader.BaseURI, next.LineNo, next.LinePos));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
2046
if (FindId(next.
Id
) == null)
2048
SendValidationEvent(new XmlSchemaValidationException(ResXml.Sch_UndeclaredId, next.
Id
, _sourceUriString, next.LineNo, next.LinePos), XmlSeverityType.Error);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
831
if (FindId(next.
Id
) == null)
833
SendValidationEvent(new XmlSchemaException(ResXml.Sch_UndeclaredId, next.
Id
, reader.BaseURI, next.LineNo, next.LinePos));