3 writes to type
System.Activities (3)
System\Activities\DynamicUpdate\ArgumentInfo.cs (3)
57this.type = Type.GetType(this.FullAssemblyQualifiedTypeName, false); 63this.type = null; 76this.type = value;
2 references to type
System.Activities (2)
System\Activities\DynamicUpdate\ArgumentInfo.cs (2)
51if (this.type == null && !this.HasGetTypeBeenAttempted) 72return this.type;