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