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