1 write to Conversion
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Operators\UnaryOperatorAnalysisResult.cs (1)
21
this.
Conversion
= conversion;
5 references to Conversion
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Operators.cs (2)
2358
var operandConversion = CreateConversion(node, operandPlaceholder, best.
Conversion
, isCast: false, conversionGroupOpt: null, best.Signature.OperandType, diagnostics);
2788
var resultOperand = CreateConversion(operand.Syntax, operand, best.
Conversion
, isCast: false, conversionGroupOpt: null, signature.OperandType, diagnostics);
Binder\Binder_Statements.cs (1)
2718
best.
Conversion
,
Binder\Binder_TupleOperators.cs (1)
165
conversionForBool = CreateConversion(node, conversionForBoolPlaceholder, best.
Conversion
, isCast: false, conversionGroupOpt: null, best.Signature.OperandType, diagnostics);
Binder\Semantics\Operators\UnaryOperatorAnalysisResult.cs (1)
48
return new UnaryOperatorAnalysisResult(OperatorAnalysisResultKind.Worse, this.Signature, this.
Conversion
);