1 write to Name
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MemberGroup.cs (1)
19
Name
= name;
4 references to Name
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
721
Debug.Assert(grp.
Name
!= null);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
1148
Name nameErr = _pGroup.
Name
;
1153
_pGroup.
Name
== NameManager.GetPredefinedName(PredefinedName.PN_INVOKE))
1201
: ErrorHandling.Error(ErrorCode.ERR_BadNamedArgument, _pGroup.
Name
, _pInvalidSpecifiedName);