3 references to SyntaxTree
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Statements.cs (1)
3783BinderFactory binderFactory = compilation.GetBinderFactory(sourceConstructor.SyntaxTree);
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
465var options = (CSharpParseOptions)SyntaxTree.Options;
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
82if (entryPoint.SyntaxTree == compilationUnit.SyntaxTree && entryPoint.SyntaxNode == compilationUnit)