8 writes to SchemaLocation
System.Private.Xml (5)
System\Xml\Schema\XsdBuilder.cs (3)
1177builder._include!.SchemaLocation = value; 1206builder._import!.SchemaLocation = value; 1228builder._redefine!.SchemaLocation = value;
System\Xml\Serialization\XmlSchemas.cs (2)
378external.SchemaLocation = null; 400external.SchemaLocation = null;
System.Web.Services.Description (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
12867o.@SchemaLocation = CollapseWhitespace(Reader.Value); 12993o.@SchemaLocation = CollapseWhitespace(Reader.Value); 13077o.@SchemaLocation = CollapseWhitespace(Reader.Value);
9 references to SchemaLocation
System.Private.Xml (6)
System\Xml\Schema\Preprocessor.cs (2)
285string? schemaLocation = include.SchemaLocation; 563string? loc = include.SchemaLocation;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
213string? schemaLocation = include.SchemaLocation; 365string? loc = include.SchemaLocation;
System\Xml\Serialization\XmlSchemas.cs (2)
393if (external.SchemaLocation != null) 395throw new InvalidOperationException(SR.Format(SR.XmlSchemaIncludeLocation, this.GetType().Name, external.SchemaLocation));
System.Web.Services.Description (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
4638WriteAttribute(@"schemaLocation", @"", ((global::System.String)o.@SchemaLocation)); 4677WriteAttribute(@"schemaLocation", @"", ((global::System.String)o.@SchemaLocation)); 4717WriteAttribute(@"schemaLocation", @"", ((global::System.String)o.@SchemaLocation));