2 instantiations of AsyncPatternMethodExecutor
System.Activities (2)
System\Activities\Statements\MethodResolver.cs (2)
272methodExecutor = new AsyncPatternMethodExecutor(metadata, this.beginMethod, this.endMethod, this.Parent, 277methodExecutor = new AsyncPatternMethodExecutor((AsyncPatternMethodExecutor)oldMethodExecutor,
4 references to AsyncPatternMethodExecutor
System.Activities (4)
System\Activities\Statements\MethodResolver.cs (4)
269if (!(oldMethodExecutor is AsyncPatternMethodExecutor) || 270!((AsyncPatternMethodExecutor)oldMethodExecutor).IsTheSame(this.beginMethod, this.endMethod)) 277methodExecutor = new AsyncPatternMethodExecutor((AsyncPatternMethodExecutor)oldMethodExecutor, 633public AsyncPatternMethodExecutor(AsyncPatternMethodExecutor copy, Type targetType, InArgument targetObject,