1 write to Conversion
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Operators\UnaryOperatorAnalysisResult.cs (1)
23
this.
Conversion
= conversion;
8 references to Conversion
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Operators.cs (5)
1553
trueFalseOperator.
Conversion
,
1657
Debug.Assert(result.
Conversion
.IsImplicit);
1661
CreateConversion(left.Syntax, operandPlaceholder, result.
Conversion
, isCast: false, conversionGroupOpt: null, parameterType, diagnostics);
3412
var operandConversion = CreateConversion(node, operandPlaceholder, best.
Conversion
, isCast: false, conversionGroupOpt: null, best.Signature.OperandType, diagnostics);
4393
var resultOperand = CreateConversion(operand.Syntax, operand, best.
Conversion
, isCast: false, conversionGroupOpt: null, signature.OperandType, diagnostics);
Binder\Binder_Statements.cs (1)
2767
best.
Conversion
,
Binder\Binder_TupleOperators.cs (1)
169
conversionForBool = CreateConversion(node, conversionForBoolPlaceholder, best.
Conversion
, isCast: false, conversionGroupOpt: null, best.Signature.OperandType, diagnostics);
Binder\Semantics\Operators\UnaryOperatorAnalysisResult.cs (1)
51
return new UnaryOperatorAnalysisResult(OperatorAnalysisResultKind.Worse, this.Signature, this.
Conversion
);