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