2 writes to System
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10301
o.
@System
= Reader.Value;
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1884
builder.notation.
System
= value;
9 references to System
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3879
WriteAttribute(@"system", @"", ((global::System.String)o.
@System
));
System.Xml (8)
System\Xml\Schema\Preprocessor.cs (3)
1550
if (notation.Public == null && notation.
System
== null) {
1562
if (notation.
System
!= null) {
1563
ParseUri(notation.
System
, Res.Sch_InvalidSystemAttribute, notation);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
234
no.SystemLiteral = notation.
System
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1246
if (notation.
System
!= null) {
1248
XmlConvert.ToUri(notation.
System
); // can throw
1251
SendValidationEvent(Res.Sch_InvalidSystemAttribute, notation.
System
, notation);
System\Xml\Schema\SchemaSetCompiler.cs (1)
130
no.SystemLiteral = notation.
System
;