5 writes to Location
System.Web.Services (5)
System\Web\Services\Description\HttpGetProtocolReflector.cs (2)
28httpAddressBinding.Location = ServiceUrl; 33httpAddressBinding.Location = DiscoveryServerType.CombineUris(current, httpAddressBinding.Location);
System\Web\Services\Description\HttpPostProtocolReflector.cs (2)
35httpAddressBinding.Location = ServiceUrl; 40httpAddressBinding.Location = DiscoveryServerType.CombineUris(current, httpAddressBinding.Location);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4488o.@Location = Reader.Value;
4 references to Location
System.Web.Services (4)
System\Web\Services\Description\HttpGetProtocolReflector.cs (1)
33httpAddressBinding.Location = DiscoveryServerType.CombineUris(current, httpAddressBinding.Location);
System\Web\Services\Description\HttpPostProtocolReflector.cs (1)
40httpAddressBinding.Location = DiscoveryServerType.CombineUris(current, httpAddressBinding.Location);
System\Web\Services\Description\HttpProtocolImporter.cs (1)
365string url = (httpAddressBinding != null) ? httpAddressBinding.Location : null;
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
267WriteAttribute(@"location", @"", ((global::System.String)o.@Location));