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