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