2 writes to System
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2052builder._notation.System = value;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12726o.@System = Reader.Value;
9 references to System
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1912if (notation.Public == null && notation.System == null) 1929if (notation.System != null) 1931ParseUri(notation.System, ResXml.Sch_InvalidSystemAttribute, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
290no.SystemLiteral = notation.System;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1570if (notation.System != null) 1574XmlConvert.ToUri(notation.System); // can throw 1578SendValidationEvent(ResXml.Sch_InvalidSystemAttribute, notation.System, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
158no.SystemLiteral = notation.System;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4892WriteAttribute(@"system", @"", ((global::System.String)o.@System));