1 write to Name
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpArgumentInfo.cs (1)
32
Name
= name;
7 references to Name
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (4)
362
argNames.Add(info.
Name
);
436
var argName = argInfo.
Name
;
467
argInfo.
Name
!= otherArgInfo.
Name
)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
276
throw Error.BindStaticRequiresType(arguments[0].Info.
Name
);
484
Debug.Assert(argument.Info.
Name
!= null);
485
arg = ExprFactory.CreateNamedArgumentSpecification(NameManager.Add(argument.Info.
Name
), arg);