DebuggerManager.IslandThread.IslandWorker Method

Definition

Private entry point called from islands. Must be public so that the islands can invoke it. Called on debugger worker thread.

public:
 static void IslandWorker(Microsoft::Build::Debugging::DebuggerManager::IslandThread ^ controller);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public static void IslandWorker (Microsoft.Build.Debugging.DebuggerManager.IslandThread controller);
public static void IslandWorker (Microsoft.Build.Debugging.DebuggerManager.IslandThread controller);
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
static member IslandWorker : Microsoft.Build.Debugging.DebuggerManager.IslandThread -> unit
static member IslandWorker : Microsoft.Build.Debugging.DebuggerManager.IslandThread -> unit
Public Shared Sub IslandWorker (controller As DebuggerManager.IslandThread)

Parameters

controller
DebuggerManager.IslandThread

The thread calling the entry point.

Attributes

Applies to