2 writes to Pubid
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
1257
entity.
Pubid
= publicId;
System\Xml\Schema\DtdParserAsync.cs (1)
890
entity.
Pubid
= publicId;
3 references to Pubid
System.Private.Xml (3)
System\Xml\Dom\XmlLoader.cs (2)
639
XmlEntity ent = new XmlEntity(scEnt.Name.Name, scEnt.
Pubid
, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, _doc);
649
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)
81
get { return this.
Pubid
; }