34 references to FalseStatements
System.CodeDom (7)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
946
CodeStatementCollection falseStatements = e.
FalseStatements
;
961
GenerateStatements(e.
FalseStatements
);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1293
CodeStatementCollection falseStatements = e.
FalseStatements
;
1299
GenerateVBStatements(e.
FalseStatements
);
System\CodeDom\CodeConditionStatement.cs (1)
20
FalseStatements
.AddRange(falseStatements);
System\CodeDom\Compiler\CodeValidator.cs (2)
504
CodeStatementCollection falseStatements = e.
FalseStatements
;
507
ValidateStatements(e.
FalseStatements
);
System.Management (27)
System\Management\WMIGenerator.cs (27)
1037
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodePrimitiveExpression(null)));
1303
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodePrimitiveExpression(false)));
1515
ccs.
FalseStatements
.Add(new CodeAssignStatement(cie, new CodeSnippetExpression("value")));
2557
cis.
FalseStatements
.Add(new CodeThrowExceptionStatement(coce));
2627
cis.
FalseStatements
.Add(new CodeThrowExceptionStatement(coce));
3120
cis.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(prop.Name), coce));
3124
cis.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(prop.Name),
3137
cis.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(prop.Name), cmie2));
3141
cis.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(prop.Name),
3201
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodePrimitiveExpression(null)));
3213
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodeVariableReferenceExpression("retVar")));
3232
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodeVariableReferenceExpression("retVar")));
3250
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(cmie));
3258
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodePrimitiveExpression(null)));
3455
cis1.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed["ScopeParam"].ToString()),
3634
cis1.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed["ScopeParam"].ToString()),
5457
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodeMethodInvokeExpression(cmre, coce)));
5523
cis.
FalseStatements
.Add(new CodeVariableDeclarationStatement("System.Array", strDerivation, cs));
5576
cis.
FalseStatements
.Add(cis1);
5643
cis1.
FalseStatements
.Add(new CodeMethodReturnStatement(CreateObjectForProperty(strType, null)));
5648
cis1.
FalseStatements
.Add(new CodeAssignStatement(varToAssign, CreateObjectForProperty(strType, null)));
5866
cis1.
FalseStatements
.Add(new CodeAssignStatement(prop, new CodePrimitiveExpression(null)));
5992
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodePrimitiveExpression(null)));
6219
cis1.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(strScope),
7148
cis2.
FalseStatements
.Add(new CodeVariableDeclarationStatement(new CodeTypeReference("System.String"), "strTemp", cmie1));
7163
cis2.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(strUtc),
7165
cis1.
FalseStatements
.Add(cis2);