14 writes to SchemaLocation
System.ServiceModel (2)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1230
external.
SchemaLocation
= BaseAddressPattern + "?" + query;
System\ServiceModel\Description\WsdlHelper.cs (1)
65
external.
SchemaLocation
= null;
System.Web.Services (7)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
10366
o.
@SchemaLocation
= CollapseWhitespace(Reader.Value);
10445
o.
@SchemaLocation
= CollapseWhitespace(Reader.Value);
10517
o.
@SchemaLocation
= CollapseWhitespace(Reader.Value);
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (4)
123
include.
SchemaLocation
= location;
126
include.
SchemaLocation
= CombineUris(current, include.SchemaLocation);
132
import.
SchemaLocation
= location;
135
import.
SchemaLocation
= CombineUris(current, import.SchemaLocation);
System.Xml (5)
System\Xml\Schema\XsdBuilder.cs (3)
1127
builder.include.
SchemaLocation
= value;
1152
builder.import.
SchemaLocation
= value;
1171
builder.redefine.
SchemaLocation
= value;
System\Xml\Serialization\XmlSchemas.cs (2)
406
external.
SchemaLocation
= null;
422
external.
SchemaLocation
= null;
23 references to SchemaLocation
System.ServiceModel (3)
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
592
if (!String.IsNullOrEmpty(external.
SchemaLocation
))
596
this.CreateUri(section.SourceUrl, external.
SchemaLocation
),
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1221
if (external == null || !String.IsNullOrEmpty(external.
SchemaLocation
)) continue;
System.Web.Services (14)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
3953
WriteAttribute(@"schemaLocation", @"", ((global::System.String)o.
@SchemaLocation
));
3984
WriteAttribute(@"schemaLocation", @"", ((global::System.String)o.
@SchemaLocation
));
4016
WriteAttribute(@"schemaLocation", @"", ((global::System.String)o.
@SchemaLocation
));
System\Web\Services\Discovery\ContractReference.cs (3)
203
if (external.
SchemaLocation
!= null && external.
SchemaLocation
.Length > 0) {
204
importUrls.Add(external.
SchemaLocation
);
System\Web\Services\Discovery\SchemaReference.cs (6)
111
if (external.
SchemaLocation
== null || external.
SchemaLocation
.Length == 0 || external.Schema != null)
114
string location = UriToString(url, external.
SchemaLocation
);
209
if (external.
SchemaLocation
!= null && external.
SchemaLocation
.Length > 0) {
210
location = UriToString(Url, external.
SchemaLocation
);
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (2)
126
include.SchemaLocation = CombineUris(current, include.
SchemaLocation
);
135
import.SchemaLocation = CombineUris(current, import.
SchemaLocation
);
System.Xml (6)
System\Xml\Schema\Preprocessor.cs (2)
259
string schemaLocation = include.
SchemaLocation
;
497
string loc = include.
SchemaLocation
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
185
string schemaLocation = include.
SchemaLocation
;
311
string loc = include.
SchemaLocation
;
System\Xml\Serialization\XmlSchemas.cs (2)
417
if (external.
SchemaLocation
!= null) {
418
throw new InvalidOperationException(Res.GetString(Res.XmlSchemaIncludeLocation, this.GetType().Name, external.
SchemaLocation
));