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)
475
CSharpSyntaxNode bindableNode = this.
GetBindableSyntaxNode
(expression);
499
CSharpSyntaxNode bindableNode = this.
GetBindableSyntaxNode
(expression);
516
return GetUpperBoundNode(
GetBindableSyntaxNode
(this.Root));
526
node =
GetBindableSyntaxNode
(node);
530
Debug.Assert(node ==
GetBindableSyntaxNode
(node));
552
Debug.Assert(node ==
GetBindableSyntaxNode
(node));
1297
CSharpSyntaxNode bindableNode = this.
GetBindableSyntaxNode
(node);
1342
bindableNode = this.
GetBindableSyntaxNode
(node);
1979
var bindableRoot =
GetBindableSyntaxNode
(Root);
2112
node =
GetBindableSyntaxNode
(Root);
2114
Debug.Assert(node ==
GetBindableSyntaxNode
(node));
2261
return
GetBindableSyntaxNode
(tmp);
2267
return
GetBindableSyntaxNode
(parent);
2280
return
GetBindableSyntaxNode
(parent);
2298
return
GetBindableSyntaxNode
(parent);
2352
var bindableParent = this.
GetBindableSyntaxNode
(parent);