Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CollectionsMarshal.GetValueRefOrAddDefault #54611

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    ab97762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92350fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffeef77 View commit details
    Browse the repository at this point in the history
  4. Move GetValueRefOrAddDefault impl to separate type

    This avoids the additional overhead when loading Dictionary<TKey, TValue> instances, especially in AOT scenarios, and it makes the new API pay for play.
    Sergio0694 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    1d7e386 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24a22a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5209a5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21ab729 View commit details
    Browse the repository at this point in the history