• A
    Simplify DynamicFlagsCustomTypeInfo · bdee0f82
    Andrew Casey 提交于
    The BitArray approach wasn't meaningfully reducing complexity, so we'll
    revert to an earlier approach that reduces allocations (by reusing an
    existing ReadOnlyCollection<byte> as the backing data when possible).
    bdee0f82
DynamicFlagsMap.cs 3.7 KB