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)
84
public
MessagePropertyDescriptionCollection
Properties
190
private
MessagePropertyDescriptionCollection
_properties;
216
internal
MessagePropertyDescriptionCollection
Properties
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
442
MessagePropertyDescriptionCollection
propertyDescriptions = messageDescription.Properties;
463
MessagePropertyDescriptionCollection
propertyDescriptions = messageDescription.Properties;