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