1 write to paramInfo
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1256this.paramInfo = paramInfo;
8 references to paramInfo
System.Workflow.ComponentModel (8)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (8)
1260get { return this.paramInfo.Attributes; } 1264return this.paramInfo.GetCustomAttributes(inherit); 1268return this.paramInfo.IsDefined(attributeType, inherit); 1276return this.paramInfo.GetOptionalCustomModifiers(); 1280get { return this.paramInfo.Name; } 1284get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.paramInfo.ParameterType); } 1288get { return this.paramInfo.Position; } 1292return this.paramInfo.GetRequiredCustomModifiers();