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