3 references to Properties
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (3)
47
foreach (MessagePropertyDescription mpd in other.Items.
Properties
)
49
this.Items.
Properties
.Add(mpd.Clone() as MessagePropertyDescription);
86
get { return Items.
Properties
; }