1 write to ctor
System.Workflow.Activities (1)
Rules\Parser\Parser.cs (1)
2478
this.
ctor
= ctor;
3 references to ctor
System.Workflow.Activities (3)
Rules\Parser\Parser.cs (3)
2506
int thisParameterCount = this.
ctor
.GetParameters().Length;
2507
int otherParameterCount = other.
ctor
.GetParameters().Length;
2527
return
ctor
.Invoke(ctorArgs);