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