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