4 writes to SystemLiteral
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (1)
1337notation.SystemLiteral = notationSystemId;
System\Xml\Schema\DtdParserAsync.cs (1)
973notation.SystemLiteral = notationSystemId;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
306no.SystemLiteral = notation.System;
System\Xml\Schema\SchemaSetCompiler.cs (1)
168no.SystemLiteral = notation.System;
1 reference to SystemLiteral
System.Private.Xml (1)
System\Xml\Dom\XmlLoader.cs (1)
630dtNode.Notations.SetNamedItem(new XmlNotation(scNot.Name.Name, scNot.Pubid, scNot.SystemLiteral, _doc));