3 writes to SystemLiteral
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
1358notation.SystemLiteral = notationSystemId;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
290no.SystemLiteral = notation.System;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
158no.SystemLiteral = notation.System;
1 reference to SystemLiteral
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));