6 references to KnownTrue
System.Linq.Expressions (6)
System\Linq\Expressions\Common\ConstantCheck.cs (2)
57return testType == typeof(void) ? AnalyzeTypeIsResult.KnownTrue : AnalyzeTypeIsResult.KnownFalse; 86return AnalyzeTypeIsResult.KnownTrue;
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (2)
660if (result == AnalyzeTypeIsResult.KnownTrue || 666_ilg.EmitPrimitive(result == AnalyzeTypeIsResult.KnownTrue);
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
2932case AnalyzeTypeIsResult.KnownTrue: 2942_instructions.EmitLoad(result == AnalyzeTypeIsResult.KnownTrue);