4 writes to types
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1365
argInfo.
types
= TypeArray.Allocate(prgtype);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
302
dst.
types
= src.types;
481
pArguments.
types
= TypeArray.Allocate(prgTypes);
711
_pArguments.
types
= TypeArray.Allocate(prgTypes);
6 references to types
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\Binding\Better.cs (1)
329
CType argType = arg?.RuntimeObjectActualType ?? args.
types
[i];
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (4)
302
dst.types = src.
types
;
956
else if (ivar == _nArgBest && _pArguments.
types
[ivar] != var)
961
CType argStripped = _pArguments.
types
[ivar] is ParameterModifierType modArg ?
962
modArg.ParameterType : _pArguments.
types
[ivar];
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
288
CType pSource = pExpr.RuntimeObjectActualType ?? _pMethodArguments.
types
[iArg];