3 writes to _traditionalProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (3)
21
_traditionalProperty
= new TraditionalHttpResponseMessageProperty();
27
_traditionalProperty
= new TraditionalHttpResponseMessageProperty(originalHeaders);
212
responseProperty.
_traditionalProperty
= null;
11 references to _traditionalProperty
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (11)
48
_traditionalProperty
.Headers;
58
_traditionalProperty
.StatusCode;
76
_traditionalProperty
.StatusCode = value;
87
_traditionalProperty
.HasStatusCodeBeenSet;
97
_traditionalProperty
.StatusDescription;
108
_traditionalProperty
.StatusDescription = value;
119
_traditionalProperty
.SuppressEntityBody;
130
_traditionalProperty
.SuppressEntityBody = value;
141
_traditionalProperty
.SuppressPreamble;
148
_traditionalProperty
.SuppressPreamble = value;
211
_httpBackedProperty.MergeWithTraditionalProperty(responseProperty.
_traditionalProperty
);