4 writes to Pubid
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (1)
1338notation.Pubid = notationPublicId;
System\Xml\Schema\DtdParserAsync.cs (1)
974notation.Pubid = notationPublicId;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
307no.Pubid = notation.Public;
System\Xml\Schema\SchemaSetCompiler.cs (1)
169no.Pubid = notation.Public;
1 reference to Pubid
System.Private.Xml (1)
System\Xml\Dom\XmlLoader.cs (1)
630dtNode.Notations.SetNamedItem(new XmlNotation(scNot.Name.Name, scNot.Pubid, scNot.SystemLiteral, _doc));