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