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