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