• A
    Re-integrate import lookup into submission walk · 0bf1b212
    Andrew Casey 提交于
    Look at the usings for each submission as we visit that submission.  The
    mental model is a chain of ```InContainerBinder```s, but we don't actually
    instantiate the chain for perf reasons.
    
    TODO: Some tests are failing because of the new semantics.  The main issue
    is that usings can now hide members (not just types).  No corresponding
    issue exists in C# because usings can't appear within types.
    0bf1b212
AliasSymbol.cs 13.8 KB