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