2 writes to Pubid
System.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
1316
entity.
Pubid
= publicId;
System\Xml\Schema\DtdParserAsync.cs (1)
942
entity.
Pubid
= publicId;
3 references to Pubid
System.Xml (3)
System\Xml\Dom\XmlLoader.cs (2)
560
XmlEntity ent = new XmlEntity( scEnt.Name.Name, scEnt.Text, scEnt.
Pubid
, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, doc );
568
XmlEntity 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)
74
get { return this.
Pubid
; }