3 references to If
System.Data (3)
fx\src\data\System\Data\CodeGen\datacache.cs (3)
1050If(EQ(MethodCall(This(), "IsBinarySerialized", new CodeExpression[] {Argument("info"), Argument("context")}), Primitive(true)) , 1156If( 1500private static CodeStatement If( CodeExpression cond, CodeStatement trueStm ) {return If( cond, new CodeStatement[] {trueStm });}