5 references to ContainsSyntaxTree
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Crefs.cs (1)
1167
Debug.Assert(!this.Compilation.
ContainsSyntaxTree
(typeSyntax.SyntaxTree) ||
Compilation\CSharpCompilation.cs (3)
1121
Debug.Assert(this.
ContainsSyntaxTree
(tree));
3215
Debug.Assert(this.
ContainsSyntaxTree
(tree));
4203
return this.
ContainsSyntaxTree
(syntaxTree);
Compilation\CSharpSemanticModel.cs (1)
1402
if (this.Compilation.
ContainsSyntaxTree
(syntax.SyntaxTree))