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)
363argNames.Add(info.Name); 437var argName = argInfo.Name; 468argInfo.Name != otherArgInfo.Name)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
284throw Error.BindStaticRequiresType(arguments[0].Info.Name); 499Debug.Assert(argument.Info.Name != null); 500arg = ExprFactory.CreateNamedArgumentSpecification(NameManager.Add(argument.Info.Name), arg);