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)
286return new BodyWriterMessage(_headers, _properties, _bodyWriter); 302get { return _properties; }