8 references to ContainsSyntaxTree
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Attributes.vb (1)
566
Me.Compilation.
ContainsSyntaxTree
(expression.Syntax.SyntaxTree) Then
Compilation\SemanticModel.vb (1)
596
If Me.Compilation.
ContainsSyntaxTree
(node.SyntaxTree) Then
Compilation\VisualBasicCompilation.vb (2)
1269
Debug.Assert(Me.
ContainsSyntaxTree
(tree))
2777
Return Me.
ContainsSyntaxTree
(syntaxTree)
Symbols\Symbol_Attributes.vb (1)
607
compilation.
ContainsSyntaxTree
(nodeOpt.SyntaxTree) Then
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (3)
Compilation\CompilationAPITests.vb (3)
798
Dim b1 As Boolean = comp.
ContainsSyntaxTree
(t2)
801
b1 = comp.
ContainsSyntaxTree
(t2)
805
Assert.Equal(Of Boolean)(False, comp.
ContainsSyntaxTree
(xt))