Add debugger usage note (#16788)
authorNoah Falk <noahfalk@users.noreply.github.com>
Wed, 7 Mar 2018 03:02:44 +0000 (19:02 -0800)
committerJan Kotas <jkotas@microsoft.com>
Wed, 7 Mar 2018 03:02:44 +0000 (19:02 -0800)
src/mscorlib/src/System/Threading/Tasks/Task.cs

index 56ae63f..4e8de99 100644 (file)
@@ -6192,6 +6192,7 @@ namespace System.Threading.Tasks
             return null;
         }
 
+        //Do not remove: VS debugger calls this API directly using func-eval to populate data in the tasks window
         private static Task GetActiveTaskFromId(int taskId)
         {
             Task task = null;