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