1 write to ParentType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MemberGroup.cs (1)
22ParentType = parentType;
3 references to ParentType
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
108return (pGroup.Flags & EXPRFLAG.EXF_CTOR) != 0 ? pGroup.ParentType : pGroup.OptionalObject?.Type; 1224Debug.Assert(!(_pGroup.ParentType is TypeParameterType)); 1225return ErrorHandling.Error(ErrorCode.ERR_BadCtorArgCount, _pGroup.ParentType, _pArguments.carg);