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