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