6 references to SyntaxTree
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Statements.cs (1)
3881
BinderFactory binderFactory = compilation.GetBinderFactory(sourceConstructor.
SyntaxTree
);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (3)
1211
var normalizedPath = FileUtilities.GetNormalizedPathOrOriginalPath(attributeFilePath, basePath:
SyntaxTree
.FilePath);
1244
var recommendedPath = PathUtilities.IsAbsolute(
SyntaxTree
.FilePath)
1245
? 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)