2 writes to _properties
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
955_properties = new MessageProperties(properties); 995_properties = new MessageProperties();
4 references to _properties
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (4)
994if (_properties == null) 996return _properties; 1042if (_properties != null) 1043_properties.Dispose();