5 references to UseRvalueOnly
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
2130/// The contents of this method, particularly <see cref="UseRvalueOnly"/>, are problematic when 2140UseRvalueOnly(node); // drop lvalue part 4520UseRvalueOnly(leftOperand); // drop lvalue part 4603UseRvalueOnly(binary.Right); // record result for the right 4613UseRvalueOnly(binary.Right);