4 references to SubstType
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
1137
CType substDestType = TypeManager.
SubstType
(@params[index], type, pTypeArgs);
1151
CType arrayType = (ArrayType)TypeManager.
SubstType
(mp.Params[mp.Params.Count - 1], type, pTypeArgs);
1170
CType substDestType = TypeManager.
SubstType
(@params[iDst], type, pTypeArgs);
1218
CType substitutedArrayType = TypeManager.
SubstType
(mp.Params[mp.Params.Count - 1], type, pTypeArgs);