4 writes to types
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1339
argInfo.
types
= TypeArray.Allocate(prgtype);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
301
dst.
types
= src.types;
480
pArguments.
types
= TypeArray.Allocate(prgTypes);
710
_pArguments.
types
= TypeArray.Allocate(prgTypes);
6 references to types
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\Binding\Better.cs (1)
326
CType argType = arg?.RuntimeObjectActualType ?? args.
types
[i];
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (4)
301
dst.types = src.
types
;
955
else if (ivar == _nArgBest && _pArguments.
types
[ivar] != var)
960
CType argStripped = _pArguments.
types
[ivar] is ParameterModifierType modArg ?
961
modArg.ParameterType : _pArguments.
types
[ivar];
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
287
CType pSource = pExpr.RuntimeObjectActualType ?? _pMethodArguments.
types
[iArg];