1 write to System
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2047builder._notation!.System = value;
8 references to System
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (3)
1878if (notation.Public == null && notation.System == null) 1895if (notation.System != null) 1897ParseUri(notation.System, SR.Sch_InvalidSystemAttribute, notation);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
306no.SystemLiteral = notation.System;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1557if (notation.System != null) 1561XmlConvert.ToUri(notation.System); // can throw 1565SendValidationEvent(SR.Sch_InvalidSystemAttribute, notation.System, notation);
System\Xml\Schema\SchemaSetCompiler.cs (1)
168no.SystemLiteral = notation.System;