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