5 references to Name
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
106
result = InvokeAndReturn(binder.
Name
, NativeMethods.DISPATCH_METHOD, args);
System.Core (4)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
759
: base(binder.
Name
, binder.IgnoreCase) {
Microsoft\Scripting\Actions\ExpandoObject.cs (1)
745
binder.
Name
,
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
251
return "Call " + call.
Name
;
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
184
return "Call " + call.
Name
;