2 writes to QueryString
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
101_traditionalProperty.QueryString = value; 209this.QueryString = DefaultQueryString;
3 references to QueryString
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
85_traditionalProperty.QueryString; 386if (propertyToMerge.QueryString != TraditionalHttpRequestMessageProperty.DefaultQueryString) 388this.QueryString = propertyToMerge.QueryString;