2 writes to Url
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
1256entity.Url = systemId;
System\Xml\Schema\DtdParserAsync.cs (1)
889entity.Url = systemId;
3 references to Url
System.Private.Xml (3)
System\Xml\Dom\XmlLoader.cs (2)
640XmlEntity ent = new XmlEntity(scEnt.Name.Name, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, _doc); 650XmlEntity ent = new XmlEntity(scEnt.Name.Name, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, _doc);
System\Xml\Schema\SchemaEntity.cs (1)
76get { return this.Url; }