5 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;
6 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));