1 write to isRef
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\ParameterInfo.cs (1)
25this.isRef = (codeParameter.Direction == FieldDirection.Ref);
1 reference to isRef
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\ParameterInfo.cs (1)
49if ((this.AttrsImpl & ParameterAttributes.Out) > 0 || this.isRef)