4 references to ContainsSyntaxTree
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Crefs.cs (1)
961
Debug.Assert(!this.Compilation.
ContainsSyntaxTree
(typeSyntax.SyntaxTree) ||
Compilation\CSharpCompilation.cs (2)
1021
Debug.Assert(this.
ContainsSyntaxTree
(tree));
3677
return this.
ContainsSyntaxTree
(syntaxTree);
Compilation\CSharpSemanticModel.cs (1)
1386
if (this.Compilation.
ContainsSyntaxTree
(syntax.SyntaxTree))