You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rollynoel edited this page Jun 15, 2013
·
1 revision
Added by Avishay Lavie
Scans the AST for type member definitions - methods, constructors, properties, fields and events - and creates the corresponding type system objects to represent them, binding the two together.
After this step is run, every TypeMember node in the AST is bound to an IMethod, IConstructor, IProperty, IField or IEvent object.