public IResolutionContext CreateNestedParallelContext(IDescribeMappableProperty sourceProperty, IDescribeMappableProperty destinationProperty, IResolutionContext parentContext) { return(inner.CreateNestedParallelContext(sourceProperty, destinationProperty, parentContext)); }
public IResolutionContext Nested(IDescribeMappableProperty sourceProperty, IDescribeMappableProperty destinationProperty) { return(contextualizer.CreateNestedParallelContext(sourceProperty, destinationProperty, this)); }