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