1 write to _nodeToBind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
752this._nodeToBind = nodeToBind;
10 references to _nodeToBind
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceLocalSymbol.cs (10)
765switch (_nodeToBind.Kind()) 769var initializer = (ConstructorInitializerSyntax)_nodeToBind; 773_nodeBinder.BindConstructorInitializer((PrimaryConstructorBaseTypeSyntax)_nodeToBind, diagnostics); 776switch (_nodeToBind.Parent) 785throw ExceptionUtilities.UnexpectedValue(_nodeToBind.Parent); 789_nodeBinder.BindPatternSwitchLabelForInference((CasePatternSwitchLabelSyntax)_nodeToBind, diagnostics); 795_nodeBinder.BindDeclaratorArguments((VariableDeclaratorSyntax)_nodeToBind, diagnostics); 798var arm = (SwitchExpressionArmSyntax)_nodeToBind; 803_nodeBinder.BindStatement((GotoStatementSyntax)_nodeToBind, diagnostics); 806_nodeBinder.BindExpression((ExpressionSyntax)_nodeToBind, diagnostics);