2 writes to SuppressEntityBody
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
119_httpBackedProperty.SuppressEntityBody = value; 391this.SuppressEntityBody = propertyToMerge.SuppressEntityBody;
2 references to SuppressEntityBody
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
111_httpBackedProperty.SuppressEntityBody : 374copiedProperty.SuppressEntityBody = this.SuppressEntityBody;