3 references to IsMoveableVariable
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
8899
if (
IsMoveableVariable
(receiver, accessedLocalOrParameterOpt: out _) != isFixedStatementExpression)
Binder\Binder_Operators.cs (1)
3973
if (
IsMoveableVariable
(operand, accessedLocalOrParameterOpt: out _) != isFixedStatementAddressOfExpression)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\UnsafeTests.cs (1)
5247
if (_binder.
IsMoveableVariable
(expr, out Symbol accessedLocalOrParameterOpt))