1 instantiation of MessagePropertyDescriptionCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (1)
221_properties = new MessagePropertyDescriptionCollection();
5 references to MessagePropertyDescriptionCollection
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (3)
84public MessagePropertyDescriptionCollection Properties 190private MessagePropertyDescriptionCollection _properties; 216internal MessagePropertyDescriptionCollection Properties
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
442MessagePropertyDescriptionCollection propertyDescriptions = messageDescription.Properties; 463MessagePropertyDescriptionCollection propertyDescriptions = messageDescription.Properties;