3 writes to thisType
System.Workflow.Activities (3)
Rules\RuleValidation.cs (3)
937
this.
thisType
= ConditionHelper.GetContextType(typeProvider, activity);
956
this.
thisType
= thisObject.GetType();
966
this.
thisType
= thisType;
5 references to thisType
System.Workflow.Activities (5)
Rules\RuleValidation.cs (5)
957
this.typeProvider = new SimpleRunTimeTypeProvider(this.
thisType
.Assembly);
967
this.typeProvider = (typeProvider != null) ? typeProvider : new SimpleRunTimeTypeProvider(this.
thisType
.Assembly);
1041
get { return
thisType
; }
1056
return type.Assembly ==
thisType
.Assembly;
2760
string[] bestNameSpace = validator.
thisType
.FullName.Split('.');