7 references to Name
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
141
object result = InvokeAndReturn(binder.
Name
, flags, new object[] { value });
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
545
System.Linq.Expressions.Expression valueExp = System.Linq.Expressions.Expression.Call(s, setPropertyValueMethodInfo, System.Linq.Expressions.Expression.Constant(binder.
Name
), objectValue);
System.Core (4)
Microsoft\Scripting\Actions\ExpandoObject.cs (2)
759
ExpandoClass originalClass = GetClassEnsureIndex(binder.
Name
, binder.IgnoreCase, Value, out klass, out index);
772
Expression.Constant(binder.
Name
),
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
241
return "SetMember " + setMember.
Name
;
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
174
return "SetMember " + setMember.
Name
;
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
545
System.Linq.Expressions.Expression valueExp = System.Linq.Expressions.Expression.Call(s, setPropertyValueMethodInfo, System.Linq.Expressions.Expression.Constant(binder.
Name
), objectValue);