10 references to IsInTree
Microsoft.CodeAnalysis.CSharp (10)
Compilation\CSharpSemanticModel.cs (6)
1314Debug.Assert(IsInTree(node)); 1369if (!IsInTree(syntax)) 4034Debug.Assert(binderOpt != null || IsInTree(lowestBoundNode.Syntax)); 4094Debug.Assert(binderOpt != null || IsInTree(boundNode.Syntax)); 4251Debug.Assert(binderOpt != null || IsInTree(boundNode.Syntax)); 4403Debug.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");