2 writes to _properties
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (2)
253
_properties
= properties;
275
_properties
= null;
2 references to _properties
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (2)
286
return new BodyWriterMessage(_headers,
_properties
, _bodyWriter);
302
get { return
_properties
; }