11 references to FalseStatements
Microsoft.Build.Tasks.Core (4)
XamlTaskFactory\TaskGenerator.cs (4)
624
isSet.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodeSnippetExpression(IsOff)));
628
isSet.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodePrimitiveExpression(0)));
632
isSet.
FalseStatements
.Add(new CodeMethodReturnStatement(new CodeSnippetExpression("null")));
743
isValid.
FalseStatements
.Add(new CodeAssignStatement(new CodePropertyReferenceExpression(new CodeVariableReferenceExpression(SwitchToAdd), IsValidProperty), new CodeSnippetExpression(IsOff)));
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
);