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