2 writes to QueryString
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
97_httpBackedProperty.QueryString = value; 388this.QueryString = propertyToMerge.QueryString;
2 references to QueryString
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
84_httpBackedProperty.QueryString : 373copiedProperty.QueryString = this.QueryString;