1 write to _syntax
Microsoft.CodeAnalysis.CSharp (1)
Binder\CatchClauseBinder.cs (1)
24_syntax = syntax;
5 references to _syntax
Microsoft.CodeAnalysis.CSharp (5)
Binder\CatchClauseBinder.cs (5)
31var declarationOpt = _syntax.Declaration; 37if (_syntax.Filter != null) 39ExpressionVariableFinder.FindExpressionVariables(this, locals, _syntax.Filter.FilterExpression); 47if (_syntax == scopeDesignator) 64return _syntax;