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