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