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