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