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