Created
April 24, 2017 07:45
-
-
Save Criteo-dotnet-blog/2ec37883fab254dc3572fe8a8be4a2b7 to your computer and use it in GitHub Desktop.
This file contains 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
public IEnumerable<TimerInfo> EnumerateTimers(ClrRuntime runtime) | |
{ | |
ClrHeap heap = runtime.GetHeap(); | |
if (!heap.CanWalkHeap) | |
yield break; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment