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