Remove use of non-generic WeakReference from corelib by stephentoub · Pull Request #26597 · dotnet/coreclr (original) (raw)

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

stephentoub

Only remaining use is the one place it shows up in public API, in GC.GetGeneration(WeakReference).

@stephentoub

Only remaining use is the one place it shows up in public API, in GC.GetGeneration(WeakReference).

stephentoub

sharwell

jkotas

jkotas

Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/corefx that referenced this pull request

Sep 10, 2019

@stephentoub @dotnet-bot

Only remaining use is the one place it shows up in public API, in GC.GetGeneration(WeakReference).

Signed-off-by: dotnet-bot dotnet-bot@microsoft.com

Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/mono that referenced this pull request

Sep 10, 2019

@stephentoub @dotnet-bot

Only remaining use is the one place it shows up in public API, in GC.GetGeneration(WeakReference).

Signed-off-by: dotnet-bot dotnet-bot@microsoft.com

marek-safar pushed a commit to mono/mono that referenced this pull request

Sep 10, 2019

@stephentoub @marek-safar

Only remaining use is the one place it shows up in public API, in GC.GetGeneration(WeakReference).

Signed-off-by: dotnet-bot dotnet-bot@microsoft.com

stephentoub added a commit to dotnet/corefx that referenced this pull request

Sep 10, 2019

@stephentoub

Only remaining use is the one place it shows up in public API, in GC.GetGeneration(WeakReference).

Signed-off-by: dotnet-bot dotnet-bot@microsoft.com

Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/corert that referenced this pull request

Sep 12, 2019

@stephentoub @dotnet-bot

Only remaining use is the one place it shows up in public API, in GC.GetGeneration(WeakReference).

Signed-off-by: dotnet-bot dotnet-bot@microsoft.com

jkotas pushed a commit to dotnet/corert that referenced this pull request

Sep 12, 2019

@stephentoub @jkotas

Only remaining use is the one place it shows up in public API, in GC.GetGeneration(WeakReference).

Signed-off-by: dotnet-bot dotnet-bot@microsoft.com

picenka21 pushed a commit to picenka21/runtime that referenced this pull request

Feb 18, 2022

@stephentoub

Only remaining use is the one place it shows up in public API, in GC.GetGeneration(WeakReference).

Commit migrated from dotnet/coreclr@778cc84