4 references to ContainsSyntaxTree
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Attributes.vb (1)
569
Me.Compilation.
ContainsSyntaxTree
(expression.Syntax.SyntaxTree) Then
Compilation\SemanticModel.vb (1)
600
If Me.Compilation.
ContainsSyntaxTree
(node.SyntaxTree) Then
Compilation\VisualBasicCompilation.vb (2)
1270
Debug.Assert(Me.
ContainsSyntaxTree
(tree))
2800
Return Me.
ContainsSyntaxTree
(syntaxTree)