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