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
@ -10,7 +10,7 @@
|
||||
// REVISIONS
|
||||
// Date Ver By Remarks
|
||||
// ~~~~~~~~~~ ~~~ ~~~~~~~~ ~~~~~~~~~~~~~~
|
||||
// 03/08/01 1.0 [....] Created.
|
||||
// 03/08/01 1.0 Microsoft Created.
|
||||
// ****************************************************************************
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
|
@ -10,7 +10,7 @@
|
||||
// REVISIONS
|
||||
// Date Ver By Remarks
|
||||
// ~~~~~~~~~~ ~~~ ~~~~~~~~ ~~~~~~~~~~~~~~
|
||||
// 02/22/05 1.0 [....] Implementation.
|
||||
// 02/22/05 1.0 Microsoft Implementation.
|
||||
* ****************************************************************************/
|
||||
|
||||
#region Using directives
|
||||
|
@ -1453,7 +1453,7 @@ namespace System.Activities.Statements
|
||||
}
|
||||
}
|
||||
|
||||
//This needs to be in [....] with the table in the spec
|
||||
//This needs to be in sync with the table in the spec
|
||||
//We use this internally to keep a hashset of validation data
|
||||
enum InteropValidationEnum
|
||||
{
|
||||
|
@ -71,7 +71,7 @@ namespace System.Workflow.Runtime
|
||||
if (this._workflowDefinition == null)
|
||||
{
|
||||
// Clone the original definition after locking the
|
||||
// definition's [....] object which was passed in
|
||||
// definition's sync object which was passed in
|
||||
// the constructor. This is so that the host cannot
|
||||
// corrupt the shared definition
|
||||
Activity tempDefinition = this._originalWorkflowDefinition.Clone();
|
||||
|
@ -1 +1 @@
|
||||
0d2d2daf4ff4648f95aa49c4af374df3a892294e
|
||||
9194516f9fb10a72e1a7b7b331cc3b97155c83f3
|
Reference in New Issue
Block a user