4 writes to SystemLiteral
System.Xml (4)
System\Xml\Schema\DtdParser.cs (1)
1391notation.SystemLiteral = notationSystemId;
System\Xml\Schema\DtdParserAsync.cs (1)
1019notation.SystemLiteral = notationSystemId;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
234no.SystemLiteral = notation.System;
System\Xml\Schema\SchemaSetCompiler.cs (1)
130no.SystemLiteral = notation.System;
1 reference to SystemLiteral
System.Xml (1)
System\Xml\Dom\XmlLoader.cs (1)
553dtNode.Notations.SetNamedItem(new XmlNotation( scNot.Name.Name, scNot.Pubid, scNot.SystemLiteral, doc ));