2 overrides of GetBindableSyntaxNode
Microsoft.CodeAnalysis.CSharp (2)
Compilation\AttributeSemanticModel.cs (1)
61
protected internal override CSharpSyntaxNode
GetBindableSyntaxNode
(CSharpSyntaxNode node)
Compilation\InitializerSemanticModel.cs (1)
74
protected internal override CSharpSyntaxNode
GetBindableSyntaxNode
(CSharpSyntaxNode node)
18 references to GetBindableSyntaxNode
Microsoft.CodeAnalysis.CSharp (18)
Compilation\AttributeSemanticModel.cs (1)
82
return base.
GetBindableSyntaxNode
(node);
Compilation\InitializerSemanticModel.cs (1)
76
return IsBindableInitializer(node) ? node : base.
GetBindableSyntaxNode
(node);
Compilation\MemberSemanticModel.cs (16)
464
CSharpSyntaxNode bindableNode = this.
GetBindableSyntaxNode
(expression);
488
CSharpSyntaxNode bindableNode = this.
GetBindableSyntaxNode
(expression);
505
return GetUpperBoundNode(
GetBindableSyntaxNode
(this.Root));
515
node =
GetBindableSyntaxNode
(node);
519
Debug.Assert(node ==
GetBindableSyntaxNode
(node));
541
Debug.Assert(node ==
GetBindableSyntaxNode
(node));
1249
CSharpSyntaxNode bindableNode = this.
GetBindableSyntaxNode
(node);
1294
bindableNode = this.
GetBindableSyntaxNode
(node);
1918
var bindableRoot =
GetBindableSyntaxNode
(Root);
2046
node =
GetBindableSyntaxNode
(Root);
2048
Debug.Assert(node ==
GetBindableSyntaxNode
(node));
2195
return
GetBindableSyntaxNode
(tmp);
2201
return
GetBindableSyntaxNode
(parent);
2214
return
GetBindableSyntaxNode
(parent);
2232
return
GetBindableSyntaxNode
(parent);
2285
var bindableParent = this.
GetBindableSyntaxNode
(parent);