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