5 writes to SchemaLocation
System.Private.Xml (5)
System\Xml\Schema\XsdBuilder.cs (3)
1177
builder._include!.
SchemaLocation
= value;
1206
builder._import!.
SchemaLocation
= value;
1228
builder._redefine!.
SchemaLocation
= value;
System\Xml\Serialization\XmlSchemas.cs (2)
376
external.
SchemaLocation
= null;
398
external.
SchemaLocation
= null;
6 references to SchemaLocation
System.Private.Xml (6)
System\Xml\Schema\Preprocessor.cs (2)
285
string? schemaLocation = include.
SchemaLocation
;
563
string? loc = include.
SchemaLocation
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
213
string? schemaLocation = include.
SchemaLocation
;
365
string? loc = include.
SchemaLocation
;
System\Xml\Serialization\XmlSchemas.cs (2)
391
if (external.
SchemaLocation
!= null)
393
throw new InvalidOperationException(SR.Format(SR.XmlSchemaIncludeLocation, this.GetType().Name, external.
SchemaLocation
));