You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@ -37,7 +37,6 @@ namespace System.Activities.Debugger
|
||||
|
||||
static Type threadWorkerControllerType = typeof(ThreadWorkerController);
|
||||
static MethodInfo islandWorkerMethodInfo = threadWorkerControllerType.GetMethod("IslandWorker", BindingFlags.Static | BindingFlags.Public);
|
||||
const string Md5Identifier = "406ea660-64cf-4c82-b6f0-42d48172a799";
|
||||
internal const string MethodWithPrimingPrefix = "_";
|
||||
|
||||
List<LogicalThread> threads;
|
||||
@ -681,7 +680,7 @@ namespace System.Activities.Debugger
|
||||
[SecurityCritical]
|
||||
void InitDynamicModule(string asmName)
|
||||
{
|
||||
// See http://blogs.msdn.com/[....]/archive/2005/02/03/366429.aspx for a simple example
|
||||
// See http://blogs.msdn.com/Microsoft/archive/2005/02/03/366429.aspx for a simple example
|
||||
// of debuggable reflection-emit.
|
||||
Fx.Assert(dynamicModule == null, "can only be initialized once");
|
||||
|
||||
@ -791,7 +790,7 @@ namespace System.Activities.Debugger
|
||||
|
||||
if (checksumBytes != null)
|
||||
{
|
||||
documentWriter.SetCheckSum(new Guid(Md5Identifier), checksumBytes);
|
||||
documentWriter.SetCheckSum(SymbolHelper.ChecksumProviderId, checksumBytes);
|
||||
}
|
||||
}
|
||||
return documentWriter;
|
||||
|
Reference in New Issue
Block a user