6 references to CodeConditionStatement
System.Data (1)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
1497return new CodeConditionStatement(cond, trueStms, falseStms);
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
620new CodeConditionStatement(
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
284new CodeConditionStatement(
System.Web.Services (3)
System\Web\Services\Description\ProtocolImporter.cs (1)
692ctor.Statements.Add(new CodeConditionStatement(checkIfNull, trueStatements, new CodeStatement[] { assignUrlStatement }));
System\Web\Services\Description\WebCodeGenerator.cs (2)
311asyncCompleted.Statements.Add(new CodeConditionStatement(checkIfNull, trueStatements, new CodeStatement[0])); 344asyncCodeMethod.Statements.Add(new CodeConditionStatement(checkIfNull, trueStatements, new CodeStatement[0]));