3 references to BeginMethodNamePrefix
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
288beginMethod.Name = ServiceReflector.BeginMethodNamePrefix + syncMethodName;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (2)
824if (!method.Name.StartsWith(BeginMethodNamePrefix, StringComparison.Ordinal) || 927return method.Name.Substring(BeginMethodNamePrefix.Length);