3 references to IsCompatibleWith
System.Web.Extensions (3)
UI\WebControls\Dynamic.cs (3)
1524
if (
IsCompatibleWith
(expr.Type, type)) {
1723
bool t1t2 =
IsCompatibleWith
(t1, t2);
1724
bool t2t1 =
IsCompatibleWith
(t2, t1);