11 references to FalseStatements
Microsoft.Build.Tasks.Core (4)
XamlTaskFactory\TaskGenerator.cs (4)
656
isSet.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodeSnippetExpression(IsOff)));
660
isSet.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodePrimitiveExpression(0)));
664
isSet.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodeSnippetExpression("null")));
788
isValid.
FalseStatements
.Add(new CodeAssignStatement(new CodePropertyReferenceExpression(new CodeVariableReferenceExpression(SwitchToAdd), IsValidProperty), new CodeSnippetExpression(IsOff)));
System.CodeDom (7)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
951
CodeStatementCollection falseStatements = e.
FalseStatements
;
966
GenerateStatements(e.
FalseStatements
);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1300
CodeStatementCollection falseStatements = e.
FalseStatements
;
1306
GenerateVBStatements(e.
FalseStatements
);
System\CodeDom\CodeConditionStatement.cs (1)
20
FalseStatements
.AddRange(falseStatements);
System\CodeDom\Compiler\CodeValidator.cs (2)
507
CodeStatementCollection falseStatements = e.
FalseStatements
;
510
ValidateStatements(e.
FalseStatements
);