Exemplo n.º 1
0
 private bool HasSuffix(string input)
 {
     return(ContinuationUtilities.HasSuffix(input, _continuationProfile));
 }