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