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