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