1 write to ExposedMethod
System.ServiceModel (1)
System\ServiceModel\Configuration\ComMethodElement.cs (1)
24this.ExposedMethod = method;
5 references to ExposedMethod
ComSvcConfig (2)
EndpointConfigContainer.cs (2)
344if (methodElement.ExposedMethod == methodName) 430if (methodElement.ExposedMethod == methodName)
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (2)
109if (method.Name == configMethod.ExposedMethod) 119throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(Error.ListenerInitFailed(SR.GetString(SR.MethodGivenInConfigNotFoundOnInterface, configMethod.ExposedMethod, iid)));
System\ServiceModel\Configuration\ComMethodElementCollection.cs (1)
31return configElementKey.ExposedMethod;