2 writes to _properties
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1436_properties = recycledMessageState.TakeProperties(); 1438_properties = new MessageProperties();
4 references to _properties
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (4)
1437if (_properties == null) 1525return _properties; 1619_properties.Dispose(); 1647_recycledMessageState.ReturnProperties(_properties);