2 writes to Url
System.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
1315entity.Url = systemId;
System\Xml\Schema\DtdParserAsync.cs (1)
941entity.Url = systemId;
3 references to Url
System.Xml (3)
System\Xml\Dom\XmlLoader.cs (2)
560XmlEntity ent = new XmlEntity( scEnt.Name.Name, scEnt.Text, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, doc ); 568XmlEntity ent = new XmlEntity( scEnt.Name.Name, scEnt.Text, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, doc );
System\Xml\Schema\SchemaEntity.cs (1)
70get { return this.Url; }