• A
    Implements simple cases of tuple name roundtripping (#12344) · 7bd28046
    Andy Gocke 提交于
    For the most part, this change implements the same encoding
    for tuples that we use for dynamic. This means that interface
    implementations and generic constraints are not covered, but
    base types and type parameters are.
    
    This change also doesn't have full tests for "long" tuples (nested tuple
    transformations) or tuple types that can only be constructed in
    metadata.
    7bd28046
CSharpCompilation.cs 126.6 KB