1 write to _nodeToBind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
825this._nodeToBind = nodeToBind;
10 references to _nodeToBind
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceLocalSymbol.cs (10)
835switch (_nodeToBind.Kind()) 839var initializer = (ConstructorInitializerSyntax)_nodeToBind; 843_nodeBinder.BindConstructorInitializer((PrimaryConstructorBaseTypeSyntax)_nodeToBind, BindingDiagnosticBag.Discarded); 846switch (_nodeToBind.Parent) 855throw ExceptionUtilities.UnexpectedValue(_nodeToBind.Parent); 859_nodeBinder.BindPatternSwitchLabelForInference((CasePatternSwitchLabelSyntax)_nodeToBind, BindingDiagnosticBag.Discarded); 865_nodeBinder.BindDeclaratorArguments((VariableDeclaratorSyntax)_nodeToBind, BindingDiagnosticBag.Discarded); 868var arm = (SwitchExpressionArmSyntax)_nodeToBind; 873_nodeBinder.BindStatement((GotoStatementSyntax)_nodeToBind, BindingDiagnosticBag.Discarded); 876_nodeBinder.BindExpression((ExpressionSyntax)_nodeToBind, BindingDiagnosticBag.Discarded);