4 references to BeginMethodNamePrefix
System.ServiceModel (4)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
342
beginMethod.Name = ServiceReflector.
BeginMethodNamePrefix
+ syncMethodName;
System\ServiceModel\Description\ServiceReflector.cs (2)
875
if (!method.Name.StartsWith(
BeginMethodNamePrefix
, StringComparison.Ordinal) ||
978
return method.Name.Substring(
BeginMethodNamePrefix
.Length);
System\ServiceModel\Dispatcher\AsyncMethodInvoker.cs (1)
102
StartOperationInvokePerformanceCounters(this.beginMethod.Name.Substring(ServiceReflector.
BeginMethodNamePrefix
.Length));