42 references to FalseStatements
System (7)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
1463
CodeStatementCollection falseStatemetns = e.
FalseStatements
;
1475
GenerateStatements(e.
FalseStatements
);
compmod\microsoft\visualbasic\VBCodeProvider.cs (2)
1545
CodeStatementCollection falseStatemetns = e.
FalseStatements
;
1550
GenerateVBStatements(e.
FalseStatements
);
compmod\system\codedom\CodeConditionStatement.cs (1)
59
FalseStatements
.AddRange(falseStatements);
compmod\system\codedom\compiler\CodeValidator.cs (2)
441
CodeStatementCollection falseStatemetns = e.
FalseStatements
;
443
ValidateStatements(e.
FalseStatements
);
System.Management (27)
WmiGenerator.cs (27)
1078
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodePrimitiveExpression(null)));
1344
cis.
FalseStatements
.Add(new CodeMethodReturnStatement (new CodePrimitiveExpression(false) ));
1556
ccs.
FalseStatements
.Add(new CodeAssignStatement(cie,new CodeSnippetExpression("value")));
2609
cis.
FalseStatements
.Add(new CodeThrowExceptionStatement(coce));
2680
cis.
FalseStatements
.Add(new CodeThrowExceptionStatement(coce));
3174
cis.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(prop.Name),coce));
3178
cis.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(prop.Name),
3191
cis.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(prop.Name),cmie2));
3195
cis.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(prop.Name),
3255
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodePrimitiveExpression(null)));
3267
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodeVariableReferenceExpression("retVar")));
3286
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodeVariableReferenceExpression("retVar")));
3304
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(cmie));
3312
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodePrimitiveExpression(null)));
3510
cis1.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed["ScopeParam"].ToString()),
3690
cis1.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed["ScopeParam"].ToString()),
5559
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodeMethodInvokeExpression(cmre,coce)));
5628
cis.
FalseStatements
.Add(new CodeVariableDeclarationStatement("System.Array",strDerivation,cs));
5681
cis.
FalseStatements
.Add(cis1);
5748
cis1.
FalseStatements
.Add(new CodeMethodReturnStatement(CreateObjectForProperty(strType,null)));
5753
cis1.
FalseStatements
.Add(new CodeAssignStatement(varToAssign,CreateObjectForProperty(strType,null)));
5974
cis1.
FalseStatements
.Add(new CodeAssignStatement(prop,new CodePrimitiveExpression(null)));
6105
cis.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodePrimitiveExpression(null)));
6333
cis1.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(strScope),
7269
cis2.
FalseStatements
.Add(new CodeVariableDeclarationStatement(new CodeTypeReference("System.String"),"strTemp",cmie1));
7284
cis2.
FalseStatements
.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(strUtc),
7286
cis1.
FalseStatements
.Add(cis2);
System.Web (7)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (2)
532
buildSubControlBlock = templateIfStmt.
FalseStatements
;
1769
nextStmts = ifStmt.
FalseStatements
;
Compilation\BrowserCapabilitiesCompiler.cs (2)
381
statements = istatement.
FalseStatements
;
440
CodeStatementCollection statements = istatement.
FalseStatements
;
Compilation\ObjectFactoryCodeDomTreeGenerator.cs (2)
132
createObjectStatement.
FalseStatements
.Add(new CodeMethodReturnStatement(newObjectExpr));
138
createObjectStatement.
FalseStatements
.Add(throwExceptionStatement);
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
1475
return conditionStmt.
FalseStatements
;
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
1179
initSchemaContext.
FalseStatements
.Add(new CodeAssignStatement(xsc, typeof(XamlSchemaContext).New()));