public void Initialize(int position, bool isBindableRoot, BoundNodeFactoryState state) { _position = position; _isBindableRoot = isBindableRoot; _state = state; }
internal void Initialize(int position, BoundNodeFactoryState state) { _position = position; _state = state; }