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