5 references to ComUdtElement
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
203
foreach (
ComUdtElement
udt in config.UserDefinedTypes)
System\ServiceModel\Configuration\ComUdtElementCollection.cs (4)
11
[ConfigurationCollection(typeof(
ComUdtElement
), AddItemName = ConfigurationStrings.ComUdt)]
12
public sealed class ComUdtElementCollection : ServiceModelEnhancedConfigurationElementCollection<
ComUdtElement
>
30
ComUdtElement
configElementKey = (
ComUdtElement
)element;