6 references to SyntaxTree
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Statements.cs (1)
3788BinderFactory binderFactory = compilation.GetBinderFactory(sourceConstructor.SyntaxTree);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (3)
1211var normalizedPath = FileUtilities.GetNormalizedPathOrOriginalPath(attributeFilePath, basePath: SyntaxTree.FilePath); 1244var recommendedPath = PathUtilities.IsAbsolute(SyntaxTree.FilePath) 1245? PathUtilities.GetRelativePath(PathUtilities.GetDirectoryName(SyntaxTree.FilePath), suffixMatch.FilePath)
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
464var options = (CSharpParseOptions)SyntaxTree.Options;
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
99if (entryPoint.SyntaxTree == compilationUnit.SyntaxTree && entryPoint.SyntaxNode == compilationUnit)