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