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