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)
482
CSharpSyntaxNode bindableNode = this.
GetBindableSyntaxNode
(expression);
506
CSharpSyntaxNode bindableNode = this.
GetBindableSyntaxNode
(expression);
523
return GetUpperBoundNode(
GetBindableSyntaxNode
(this.Root));
533
node =
GetBindableSyntaxNode
(node);
537
Debug.Assert(node ==
GetBindableSyntaxNode
(node));
559
Debug.Assert(node ==
GetBindableSyntaxNode
(node));
1304
CSharpSyntaxNode bindableNode = this.
GetBindableSyntaxNode
(node);
1349
bindableNode = this.
GetBindableSyntaxNode
(node);
1986
var bindableRoot =
GetBindableSyntaxNode
(Root);
2119
node =
GetBindableSyntaxNode
(Root);
2121
Debug.Assert(node ==
GetBindableSyntaxNode
(node));
2272
return
GetBindableSyntaxNode
(tmp);
2278
return
GetBindableSyntaxNode
(parent);
2291
return
GetBindableSyntaxNode
(parent);
2310
return
GetBindableSyntaxNode
(parent);
2364
var bindableParent = this.
GetBindableSyntaxNode
(parent);