2 writes to SuppressEntityBody
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
126
_httpBackedProperty.
SuppressEntityBody
= value;
415
this.
SuppressEntityBody
= propertyToMerge.SuppressEntityBody;
2 references to SuppressEntityBody
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
118
_httpBackedProperty.
SuppressEntityBody
:
398
copiedProperty.SuppressEntityBody = this.
SuppressEntityBody
;