4 writes to Location
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
270dest.Location = binding.Location;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
358addressBinding.Location = endpoint.Address.Uri.AbsoluteUri;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
5519o.@Location = Reader.Value; 5580o.@Location = Reader.Value;
4 references to Location
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
270dest.Location = binding.Location;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1092return new EndpointAddress(soapAddressBinding.Location);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
314WriteAttribute(@"location", @"", ((global::System.String)o.@Location)); 370WriteAttribute(@"location", @"", ((global::System.String)o.@Location));