BcsResolver.Parser.ParentResolvingVisitor.VisitReactant C# (CSharp) Method

VisitReactant() protected method

protected VisitReactant ( BcsReactantNode bcsReactant ) : void
bcsReactant BcsReactantNode
return void
        protected override void VisitReactant(BcsReactantNode bcsReactant)
        {
            ResolveFromParent(bcsReactant);
        }