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