Dependants(expr)
Signature: expr:ExprT -> IReadOnlyCollection<ExprT>
|
Returns all expressions that depend on expr.
Comparison is done based on reference equality.
|
DependantsStructural(expr)
Signature: expr:ExprT -> IReadOnlyCollection<ExprT>
|
Returns all expressions that depend on expr.
Comparison is done based on structural equality.
|
Exprs
Signature: ExprT list
|
Contained expressions.
It is ensured that equal sub-expression are the same object instance.
CompiledName: get_Exprs
|
UsedChannels(arg1)
Signature: MultiChannelOpUsageT -> Set<ChannelT>
|
Returns the list of used channles for the multi-channel op
with the specified arguments.
|