2 writes to System
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2047
builder._notation!.
System
= value;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12790
o.
@System
= Reader.Value;
9 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
;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4548
WriteAttribute(@"system", @"", ((global::System.String)o.
@System
));