5 references to WrapWithVariablesIfAny
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Statements.cs (4)
340return binder.WrapWithVariablesIfAny(node, binder.BindStatement(node, diagnostics)); 355return binder.WrapWithVariablesIfAny(switchStatement.Expression, binder.BindStatement(node, diagnostics)); 2623result = binder.WrapWithVariablesIfAny(node, result); 2920return this.GetBinder(node.Expression).WrapWithVariablesIfAny(node.Expression, loopBinder.BindForEachParts(diagnostics, loopBinder));
Compilation\MemberSemanticModel.cs (1)
2535alternative = WrapWithVariablesIfAny(node, alternative);