10 references to IsInTree
Microsoft.CodeAnalysis.CSharp (10)
Compilation\CSharpSemanticModel.cs (6)
1328Debug.Assert(IsInTree(node)); 1383if (!IsInTree(syntax)) 4054Debug.Assert(binderOpt != null || IsInTree(lowestBoundNode.Syntax)); 4114Debug.Assert(binderOpt != null || IsInTree(boundNode.Syntax)); 4271Debug.Assert(binderOpt != null || IsInTree(boundNode.Syntax)); 4423Debug.Assert(binderOpt != null || IsInTree(boundNode.Syntax));
Compilation\MemberSemanticModel.cs (4)
150return IsInTree(node) ? this : null; 1256Debug.Assert(IsInTree(node), "Since the node is in the tree, we can always recompute the binder later"); 1279Debug.Assert(IsInTree(node), "Since the node is in the tree, we can always recompute the binder later"); 1291Debug.Assert(IsInTree(node), "Since the node is in the tree, we can always recompute the binder later");