2 writes to activity
System.Activities (2)
System\Activities\CodeActivityMetadata.cs (2)
20this.activity = activity; 192this.activity = null;
17 references to activity
System.Activities (17)
System\Activities\CodeActivityMetadata.cs (17)
45return this.activity; 53if (this.activity == null) 59return this.activity.HasTempViolations; 82return other.activity == this.activity && other.Environment == this.Environment 88if (this.activity == null) 94return this.activity.GetHashCode(); 102Argument.TryBind(binding, argument, this.activity); 111this.activity.SetTempValidationErrorCollection(validationErrors); 125this.activity.AddTempValidationError(validationError); 135this.activity.SetArgumentsCollection(arguments, this.createEmptyBindings); 144this.activity.AddArgument(argument, this.createEmptyBindings); 150return Activity.ReflectedInformation.GetArguments(this.activity); 160this.activity.AddDefaultExtensionProvider(extensionProvider); 166this.activity.RequireExtension(typeof(T)); 179this.activity.RequireExtension(extensionType); 184if (this.activity == null)