3 references to ComMethodElementCollection
System.ServiceModel (3)
System\ServiceModel\Configuration\ComContractElement.cs (2)
41public ComMethodElementCollection ExposedMethods 43get { return (ComMethodElementCollection)base[ConfigurationStrings.ComMethodCollection]; }
System\ServiceModel\Configuration\Properties.cs (1)
4243properties.Add(new ConfigurationProperty("exposedMethods", typeof(System.ServiceModel.Configuration.ComMethodElementCollection), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));