Imported Upstream version 5.18.0.235

Former-commit-id: 42e4c2247a1a75bd2c2a7b95007b45e837dc6df8
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-01-11 08:28:07 +00:00
parent 212f6bafcb
commit 2785a80efd
46 changed files with 42 additions and 38 deletions

View File

@@ -152,7 +152,11 @@ namespace System.Linq.Expressions
return dynVisitor.VisitDynamic(this);
}
#if MONO
return visitor.VisitDynamic(this);
#else
return base.Accept(visitor);
#endif
}
/// <summary>