7 writes to AttrsImpl
mscorlib (4)
system\reflection\parameterinfo.cs (4)
70
AttrsImpl
= attributes;
464
AttrsImpl
= accessor.Attributes;
485
AttrsImpl
= attributes;
500
AttrsImpl
= ParameterAttributes.None;
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\ParameterInfo.cs (2)
24
this.
AttrsImpl
= Helper.ConvertToParameterAttributes(codeParameter.Direction);
35
this.
AttrsImpl
= ParameterAttributes.None;
System.WorkflowServices (1)
System\Workflow\Activities\ContractMethodParameterInfo.cs (1)
26
this.
AttrsImpl
= parameterInfo.Attributes;
3 references to AttrsImpl
mscorlib (1)
system\reflection\parameterinfo.cs (1)
97
public virtual ParameterAttributes Attributes { get { return
AttrsImpl
; } }
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\ParameterInfo.cs (1)
49
if ((this.
AttrsImpl
& ParameterAttributes.Out) > 0 || this.isRef)
System.WorkflowServices (1)
System\Workflow\Activities\ContractMethodParameterInfo.cs (1)
35
if ((this.
AttrsImpl
& ParameterAttributes.Out) > 0)