2 references to AsyncMethodNameSuffix
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ServiceReflector.cs (2)
969
else if (isTask && method.Name.EndsWith(
AsyncMethodNameSuffix
, StringComparison.Ordinal))
971
return method.Name.Substring(0, method.Name.Length -
AsyncMethodNameSuffix
.Length);