6 references to In
mscorlib (2)
system\reflection\emit\parameterbuilder.cs (1)
164
get {return ((m_attributes & ParameterAttributes.
In
) != 0);}
system\reflection\parameterinfo.cs (1)
106
public bool IsIn { get { return((Attributes & ParameterAttributes.
In
) != 0); } }
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\Helper.cs (1)
21
paramAttributes = ParameterAttributes.
In
;
System.WorkflowServices (3)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (2)
723
operationParameterInfo.Attributes |= ParameterAttributes.
In
;
731
operationParameterInfo.Attributes |= ParameterAttributes.
In
;
System\Workflow\Activities\OperationParameterInfo.cs (1)
86
return ((this.Attributes & ParameterAttributes.
In
) != 0);