Пример #1
0
 Sequence <Pair <EdgeTag, Subroutine> > IEdgeSubroutineAdaptor.GetOrdinaryEdgeSubroutinesInternal(
     CFGBlock @from, CFGBlock to,
     Sequence <Edge <CFGBlock, EdgeTag> > context)
 {
     return(DecoratorHelper.Inner <IEdgeSubroutineAdaptor> (this)
            .GetOrdinaryEdgeSubroutinesInternal(from, to, context).Where(
                (pair) => !pair.Value.IsContract && !pair.Value.IsOldValue));
 }