13 references to MakeOptimizedGetValueOrDefault
Microsoft.CodeAnalysis.CSharp (13)
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (9)
1009
loweredRight:
MakeOptimizedGetValueOrDefault
(syntax, loweredRight),
1021
loweredLeft:
MakeOptimizedGetValueOrDefault
(syntax, loweredLeft),
1032
BoundExpression callX_GetValueOrDefault =
MakeOptimizedGetValueOrDefault
(syntax, boundTempX);
1033
BoundExpression callY_GetValueOrDefault =
MakeOptimizedGetValueOrDefault
(syntax, boundTempY);
1205
BoundExpression callX_GetValueOrDefault =
MakeOptimizedGetValueOrDefault
(syntax, boundTempX);
1206
BoundExpression callY_GetValueOrDefault =
MakeOptimizedGetValueOrDefault
(syntax, boundTempY);
1451
BoundExpression callX_GetValueOrDefault =
MakeOptimizedGetValueOrDefault
(syntax, boundTempX);
1452
BoundExpression callY_GetValueOrDefault =
MakeOptimizedGetValueOrDefault
(syntax, boundTempY);
1720
BoundExpression condition =
MakeOptimizedGetValueOrDefault
(syntax, boundTemp);
Lowering\LocalRewriter\LocalRewriter_ConditionalAccess.cs (1)
209
newtarget =
MakeOptimizedGetValueOrDefault
(node.Syntax, newtarget);
Lowering\LocalRewriter\LocalRewriter_Index.cs (1)
42
BoundExpression boundOperandGetValueOrDefault =
MakeOptimizedGetValueOrDefault
(operand.Syntax, operand);
Lowering\LocalRewriter\LocalRewriter_Range.cs (1)
147
return
MakeOptimizedGetValueOrDefault
(tempOperand.Syntax, tempOperand);
Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs (1)
467
BoundExpression valueOrDefaultCall =
MakeOptimizedGetValueOrDefault
(expr.Syntax, expr);