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