3 writes to Pubid
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
1359notation.Pubid = notationPublicId;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
291no.Pubid = notation.Public;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
159no.Pubid = notation.Public;
1 reference to Pubid
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
633dtNode.Notations.SetNamedItem(new XmlNotation(scNot.Name.Name, scNot.Pubid, scNot.SystemLiteral, _doc));