13 references to MakeOptimizedGetValueOrDefault
Microsoft.CodeAnalysis.CSharp (13)
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (9)
1027loweredRight: MakeOptimizedGetValueOrDefault(syntax, loweredRight), 1039loweredLeft: MakeOptimizedGetValueOrDefault(syntax, loweredLeft), 1050BoundExpression callX_GetValueOrDefault = MakeOptimizedGetValueOrDefault(syntax, boundTempX); 1051BoundExpression callY_GetValueOrDefault = MakeOptimizedGetValueOrDefault(syntax, boundTempY); 1223BoundExpression callX_GetValueOrDefault = MakeOptimizedGetValueOrDefault(syntax, boundTempX); 1224BoundExpression callY_GetValueOrDefault = MakeOptimizedGetValueOrDefault(syntax, boundTempY); 1469BoundExpression callX_GetValueOrDefault = MakeOptimizedGetValueOrDefault(syntax, boundTempX); 1470BoundExpression callY_GetValueOrDefault = MakeOptimizedGetValueOrDefault(syntax, boundTempY); 1738BoundExpression condition = MakeOptimizedGetValueOrDefault(syntax, boundTemp);
Lowering\LocalRewriter\LocalRewriter_ConditionalAccess.cs (1)
209newtarget = MakeOptimizedGetValueOrDefault(node.Syntax, newtarget);
Lowering\LocalRewriter\LocalRewriter_Index.cs (1)
42BoundExpression boundOperandGetValueOrDefault = MakeOptimizedGetValueOrDefault(operand.Syntax, operand);
Lowering\LocalRewriter\LocalRewriter_Range.cs (1)
147return MakeOptimizedGetValueOrDefault(tempOperand.Syntax, tempOperand);
Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs (1)
467BoundExpression valueOrDefaultCall = MakeOptimizedGetValueOrDefault(expr.Syntax, expr);