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