Skip to content

Instantly share code, notes, and snippets.

@chrisnas
Created May 27, 2019 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisnas/16c6e93ed7d75cc95e7a87db8d124334 to your computer and use it in GitHub Desktop.
Save chrisnas/16c6e93ed7d75cc95e7a87db8d124334 to your computer and use it in GitHub Desktop.
private GCDetails GetCurrentGC(GCInfo info)
{
if (info.GCInProgress != null)
{
return info.GCInProgress;
}
return info.CurrentBGC;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment