10 references to IsInTree
Microsoft.CodeAnalysis.CSharp (10)
Compilation\CSharpSemanticModel.cs (6)
1312
Debug.Assert(
IsInTree
(node));
1367
if (!
IsInTree
(syntax))
4023
Debug.Assert(binderOpt != null ||
IsInTree
(lowestBoundNode.Syntax));
4083
Debug.Assert(binderOpt != null ||
IsInTree
(boundNode.Syntax));
4240
Debug.Assert(binderOpt != null ||
IsInTree
(boundNode.Syntax));
4392
Debug.Assert(binderOpt != null ||
IsInTree
(boundNode.Syntax));
Compilation\MemberSemanticModel.cs (4)
149
return
IsInTree
(node) ? this : null;
1217
Debug.Assert(
IsInTree
(node), "Since the node is in the tree, we can always recompute the binder later");
1240
Debug.Assert(
IsInTree
(node), "Since the node is in the tree, we can always recompute the binder later");
1252
Debug.Assert(
IsInTree
(node), "Since the node is in the tree, we can always recompute the binder later");