7 references to ExposedMethods
ComSvcConfig (6)
EndpointConfigContainer.cs (6)
342
foreach (ComMethodElement methodElement in contractElement.
ExposedMethods
)
346
contractElement.
ExposedMethods
.Remove(methodElement);
351
if (contractElement.
ExposedMethods
.Count == 0)
428
foreach (ComMethodElement methodElement in comContract.
ExposedMethods
)
435
comContract.
ExposedMethods
.Add(new ComMethodElement(methodName));
459
newComContract.
ExposedMethods
.Add(new ComMethodElement(methodName));
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
104
foreach (ComMethodElement configMethod in contractConfigElement.
ExposedMethods
)