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