1 write to _nodeToBind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
736this._nodeToBind = nodeToBind;
10 references to _nodeToBind
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceLocalSymbol.cs (10)
749switch (_nodeToBind.Kind()) 753var initializer = (ConstructorInitializerSyntax)_nodeToBind; 757_nodeBinder.BindConstructorInitializer((PrimaryConstructorBaseTypeSyntax)_nodeToBind, diagnostics); 760switch (_nodeToBind.Parent) 769throw ExceptionUtilities.UnexpectedValue(_nodeToBind.Parent); 773_nodeBinder.BindPatternSwitchLabelForInference((CasePatternSwitchLabelSyntax)_nodeToBind, diagnostics); 779_nodeBinder.BindDeclaratorArguments((VariableDeclaratorSyntax)_nodeToBind, diagnostics); 782var arm = (SwitchExpressionArmSyntax)_nodeToBind; 787_nodeBinder.BindStatement((GotoStatementSyntax)_nodeToBind, diagnostics); 790_nodeBinder.BindExpression((ExpressionSyntax)_nodeToBind, diagnostics);