2 references to Lcid
mscorlib (1)
system\reflection\parameterinfo.cs (1)
109
public bool IsLcid { get { return((Attributes & ParameterAttributes.
Lcid
) != 0); } }
System.WorkflowServices (1)
System\Workflow\Activities\OperationParameterInfo.cs (1)
95
return ((this.Attributes & ParameterAttributes.
Lcid
) != 0);