public override bool ContainsEmitWithAwait()
 {
     return(newExpr.ContainsEmitWithAwait());
 }
Exemple #2
0
 public override bool ContainsEmitWithAwait()
 {
     return(InstanceExpr.ContainsEmitWithAwait() || (arguments != null && arguments.ContainsEmitWithAwait()));
 }
Exemple #3
0
 public override bool ContainsEmitWithAwait()
 {
     return(target.ContainsEmitWithAwait() || source.ContainsEmitWithAwait());
 }
Exemple #4
0
 public override bool ContainsEmitWithAwait()
 {
     return(child.ContainsEmitWithAwait());
 }
Exemple #5
0
 public override bool ContainsEmitWithAwait()
 {
     return(RequiresEmitWithAwait || child.ContainsEmitWithAwait());
 }