10 references to IsInTree
Microsoft.CodeAnalysis.CSharp (10)
Compilation\CSharpSemanticModel.cs (6)
1315Debug.Assert(IsInTree(node)); 1370if (!IsInTree(syntax)) 4035Debug.Assert(binderOpt != null || IsInTree(lowestBoundNode.Syntax)); 4095Debug.Assert(binderOpt != null || IsInTree(boundNode.Syntax)); 4252Debug.Assert(binderOpt != null || IsInTree(boundNode.Syntax)); 4404Debug.Assert(binderOpt != null || IsInTree(boundNode.Syntax));
Compilation\MemberSemanticModel.cs (4)
150return IsInTree(node) ? this : null; 1218Debug.Assert(IsInTree(node), "Since the node is in the tree, we can always recompute the binder later"); 1241Debug.Assert(IsInTree(node), "Since the node is in the tree, we can always recompute the binder later"); 1253Debug.Assert(IsInTree(node), "Since the node is in the tree, we can always recompute the binder later");