3 references to EndMethodNamePrefix
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
295
endMethod.Name = ServiceReflector.
EndMethodNamePrefix
+ syncMethodName;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (2)
789
string endMethodName =
EndMethodNamePrefix
+ logicalName;
884
if (!method.Name.StartsWith(
EndMethodNamePrefix
, StringComparison.Ordinal) ||