3 references to Optional
mscorlib (2)
system\reflection\emit\parameterbuilder.cs (1)
170get {return ((m_attributes & ParameterAttributes.Optional) != 0);}
system\reflection\parameterinfo.cs (1)
112public bool IsOptional { get { return((Attributes & ParameterAttributes.Optional) != 0); } }
System.WorkflowServices (1)
System\Workflow\Activities\OperationParameterInfo.cs (1)
103return ((this.Attributes & ParameterAttributes.Optional) != 0);