9 references to BindPossibleEmbeddedStatement
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Statements.cs (3)
207
BoundStatement boundBody =
BindPossibleEmbeddedStatement
(node.Statement, diagnostics);
2584
var consequence = binder.
BindPossibleEmbeddedStatement
(node.Statement, diagnostics);
2609
alternative = binder.
BindPossibleEmbeddedStatement
(elseStatementSyntax, diagnostics);
Binder\ForEachLoopBinder.cs (1)
429
BoundStatement body = originalBinder.
BindPossibleEmbeddedStatement
(_syntax.Statement, diagnostics);
Binder\ForLoopBinder.cs (1)
126
var body = originalBinder.
BindPossibleEmbeddedStatement
(node.Statement, diagnostics);
Binder\LockBinder.cs (1)
69
BoundStatement stmt = originalBinder.
BindPossibleEmbeddedStatement
(_syntax.Statement, diagnostics);
Binder\UsingStatementBinder.cs (1)
171
BoundStatement boundBody = originalBinder.
BindPossibleEmbeddedStatement
(usingBinderOpt!._syntax.Statement, diagnostics);
Binder\WhileBinder.cs (2)
33
var body = originalBinder.
BindPossibleEmbeddedStatement
(node.Statement, diagnostics);
43
var body = originalBinder.
BindPossibleEmbeddedStatement
(node.Statement, diagnostics);