1 write to defltBinder
System.Workflow.Activities (1)
LocalService\DataExchangeServiceBinder.cs (1)
27defltBinder = Type.DefaultBinder;
6 references to defltBinder
System.Workflow.Activities (6)
LocalService\DataExchangeServiceBinder.cs (6)
44return defltBinder.BindToMethod(bindingAttr, match, ref args, modifiers, culture, names, out state); 81return defltBinder.BindToField(bindingAttr, match, value, culture); 89return defltBinder.SelectMethod(bindingAttr, match, types, modifiers); 99return defltBinder.SelectProperty(bindingAttr, match, returnType, indexes, modifiers); 107return defltBinder.ChangeType(value, type, culture); 114defltBinder.ReorderArgumentArray(ref args, state);