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