5 references to EndMethodNamePrefix
System.ServiceModel (5)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
349
endMethod.Name = ServiceReflector.
EndMethodNamePrefix
+ syncMethodName;
System\ServiceModel\Description\ServiceReflector.cs (2)
840
string endMethodName =
EndMethodNamePrefix
+ logicalName;
935
if (!method.Name.StartsWith(
EndMethodNamePrefix
, StringComparison.Ordinal) ||
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (2)
165
StopOperationInvokePerformanceCounters(callFailed, callFaulted, endMethod.Name.Substring(ServiceReflector.
EndMethodNamePrefix
.Length));
243
StopOperationInvokePerformanceCounters(callFailed, callFaulted, this.endMethod.Name.Substring(ServiceReflector.
EndMethodNamePrefix
.Length));