2 instantiations of ComMethodElement
ComSvcConfig (2)
EndpointConfigContainer.cs (2)
435comContract.ExposedMethods.Add(new ComMethodElement(methodName)); 459newComContract.ExposedMethods.Add(new ComMethodElement(methodName));
7 references to ComMethodElement
ComSvcConfig (2)
EndpointConfigContainer.cs (2)
342foreach (ComMethodElement methodElement in contractElement.ExposedMethods) 428foreach (ComMethodElement methodElement in comContract.ExposedMethods)
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
104foreach (ComMethodElement configMethod in contractConfigElement.ExposedMethods)
System\ServiceModel\Configuration\ComMethodElementCollection.cs (4)
11[ConfigurationCollection(typeof(ComMethodElement))] 12public sealed class ComMethodElementCollection : ServiceModelEnhancedConfigurationElementCollection<ComMethodElement> 30ComMethodElement configElementKey = (ComMethodElement)element;