1 write to _syntax
Microsoft.CodeAnalysis.CSharp (1)
Binder\UsingStatementBinder.cs (1)
24
_syntax
= syntax;
11 references to _syntax
Microsoft.CodeAnalysis.CSharp (11)
Binder\UsingStatementBinder.cs (11)
30
VariableDeclarationSyntax declarationSyntax =
_syntax
.Declaration;
72
return
_syntax
.Expression;
79
VariableDeclarationSyntax declarationSyntax =
_syntax
.Declaration;
80
bool hasAwait =
_syntax
.AwaitKeyword.Kind() != default;
84
var boundUsingStatement = BindUsingStatementOrDeclarationFromParts((CSharpSyntaxNode)expressionSyntax ?? declarationSyntax,
_syntax
.UsingKeyword,
_syntax
.AwaitKeyword, originalBinder, this, diagnostics);
171
BoundStatement boundBody = originalBinder.BindPossibleEmbeddedStatement(usingBinderOpt!.
_syntax
.Statement, diagnostics);
174
usingBinderOpt.
_syntax
,
213
usingBinderOpt?.
_syntax
?? syntax,
308
if (
_syntax
== scopeDesignator)
325
return
_syntax
;