3 references to MessagePropertyDescription
System.ServiceModel (1)
netstandard.cs (1)
127
[assembly: TypeForwardedTo(typeof(
MessagePropertyDescription
))]
System.ServiceModel.Primitives (2)
netstandard.cs (2)
2074
public partial class MessagePropertyDescriptionCollection : System.Collections.ObjectModel.KeyedCollection<string, System.ServiceModel.Description.
MessagePropertyDescription
>
2077
protected override string GetKeyForItem(System.ServiceModel.Description.
MessagePropertyDescription
item) { return default; }