4 writes to Pubid
System.Xml (4)
System\Xml\Schema\DtdParser.cs (1)
1392notation.Pubid = notationPublicId;
System\Xml\Schema\DtdParserAsync.cs (1)
1020notation.Pubid = notationPublicId;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
235no.Pubid = notation.Public;
System\Xml\Schema\SchemaSetCompiler.cs (1)
131no.Pubid = notation.Public;
1 reference to Pubid
System.Xml (1)
System\Xml\Dom\XmlLoader.cs (1)
553dtNode.Notations.SetNamedItem(new XmlNotation( scNot.Name.Name, scNot.Pubid, scNot.SystemLiteral, doc ));