5 references to Name
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
106result = 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)
745binder.Name,
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
251return "Call " + call.Name;
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
184return "Call " + call.Name;