2 instantiations of MessagePropertyDescription
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePropertyDescription.cs (1)
21return new MessagePropertyDescription(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1499MessagePropertyDescription propertyDescription = new MessagePropertyDescription(propertyName.EncodedName);
9 references to MessagePropertyDescription
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (2)
47foreach (MessagePropertyDescription mpd in other.Items.Properties) 49this.Items.Properties.Add(mpd.Clone() as MessagePropertyDescription);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePropertyDescription.cs (1)
14internal MessagePropertyDescription(MessagePropertyDescription other)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePropertyDescriptionCollection.cs (2)
9public class MessagePropertyDescriptionCollection : KeyedCollection<string, MessagePropertyDescription> 15protected override string GetKeyForItem(MessagePropertyDescription item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (2)
1494private MessagePropertyDescription CreateMessagePropertyDescription(CustomAttributeProvider attrProvider, 1499MessagePropertyDescription propertyDescription = new MessagePropertyDescription(propertyName.EncodedName);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
445MessagePropertyDescription propertyDescription = propertyDescriptions[i]; 466MessagePropertyDescription propertyDescription = propertyDescriptions[i];