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