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