Exemplo n.º 1
0
 string ToString(IResourceDataProvider resource)
 {
     try {
         return(resource.ToString(options.CancellationToken, options.SearchDecompiledData));
     }
     catch (OperationCanceledException) {
         throw;
     }
     catch {
     }
     return(string.Empty);
 }
Exemplo n.º 2
0
 string ToString(IResourceDataProvider resource)
 {
     try {
         return resource.ToString(options.CancellationToken, options.SearchDecompiledData);
     }
     catch (OperationCanceledException) {
         throw;
     }
     catch {
     }
     return string.Empty;
 }