Example #1
0
 public static ImplementationOptions Of(IImplementationOptions options, IEnumerable <IHandlerDescriptor> descriptors)
 {
     return(new ImplementationOptions()
     {
         WorkDoneProgress = options.WorkDoneProgress,
     });
 }
Example #2
0
 public static ImplementationOptions Of(IImplementationOptions options)
 {
     return(new ImplementationOptions()
     {
         WorkDoneProgress = options.WorkDoneProgress,
     });
 }
 public static ImplementationOptions Of(IImplementationOptions options)
 {
     return(new ImplementationOptions());
 }