Esempio n. 1
0
 public override IAsyncEnumerable <Path> ComputePaths(EvaluationContext ctx)
 {
     // Constants aren't based on any paths
     return(AsyncUtil.Empty <Path>());
 }
Esempio n. 2
0
 public override IAsyncEnumerable <Path> ComputeSelect(EvaluationContext ctx)
 {
     // Constants don't need any select
     return(AsyncUtil.Empty <Path>());
 }