10 references to True
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Operators.cs (3)
1653UnaryOperatorAnalysisResult result = operatorOverloadResolution(left.Syntax, operandPlaceholder, isNegative ? UnaryOperatorKind.False : UnaryOperatorKind.True, diagnostics); 1801UnaryOperatorAnalysisResult? bestTrue = nonExtensionUnaryOperatorOverloadResolution(syntax, t, result, UnaryOperatorKind.True, leftPlaceholder, ref useSiteInfo); 1961UnaryOperatorAnalysisResult? bestTrue = extensionUnaryOperatorOverloadResolution(syntax, extensionCandidates, result, extensionContainingType, UnaryOperatorKind.True, leftPlaceholder, ref useSiteInfo);
Binder\Binder_Statements.cs (1)
2752var best = this.UnaryOperatorOverloadResolution(UnaryOperatorKind.True, expr, node, diagnostics, ref discardedOperatorResolutionForReporting, out LookupResultKind resultKind, out ImmutableArray<MethodSymbol> originalUserDefinedOperators);
Binder\Binder_TupleOperators.cs (1)
153boolOpKind = UnaryOperatorKind.True;
Binder\Semantics\Operators\OperatorFacts.cs (1)
243case UnaryOperatorKind.True: return WellKnownMemberNames.TrueOperatorName;
Binder\Semantics\Operators\OperatorKind.cs (2)
277UserDefinedTrue = UserDefined | True, 283DynamicTrue = Dynamic | True,
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
396case UnaryOperatorKind.True: return ExpressionType.IsTrue;
Operations\CSharpOperationFactory_Methods.cs (1)
537case CSharp.UnaryOperatorKind.True: