Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Au <andrewau@microsoft.com>2017-07-21 21:43:08 +0300
committerAndrew Au <andrewau@microsoft.com>2017-07-21 21:43:08 +0300
commitb683cb0f59d4ac42a2a26d8f66efff60374d85ca (patch)
tree7f3548277d066dd70b9a676b8cbabc257a6437f6 /src/System.Private.TypeLoader
parent36e79f6ae5a47841844be27969d990f007b5b5a9 (diff)
CrossThreadDependency2 - firing an interpreting the FuncEvalCrossThreadDependency event
[tfs-changeset: 1667285]
Diffstat (limited to 'src/System.Private.TypeLoader')
-rw-r--r--src/System.Private.TypeLoader/src/Internal/Runtime/DebuggerSupport/DebuggerContract.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.TypeLoader/src/Internal/Runtime/DebuggerSupport/DebuggerContract.cs b/src/System.Private.TypeLoader/src/Internal/Runtime/DebuggerSupport/DebuggerContract.cs
index eb616db03..a0ed903f8 100644
--- a/src/System.Private.TypeLoader/src/Internal/Runtime/DebuggerSupport/DebuggerContract.cs
+++ b/src/System.Private.TypeLoader/src/Internal/Runtime/DebuggerSupport/DebuggerContract.cs
@@ -27,6 +27,7 @@ namespace Internal.Runtime.DebuggerSupport
RequestBufferReady = 3,
ConservativeReportingBufferReady = 4,
HandleReady = 5,
+ FuncEvalCrossThreadDependency = 6,
}
[StructLayout(LayoutKind.Explicit, Size = 16)]