Base:
property
SyntaxTree
Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.SyntaxTree
15 references to SyntaxTree
Microsoft.CodeAnalysis.CSharp (15)
Compilation\SpeculativeSemanticModelWithMemberModel.cs (1)
58var attributedNode = model.SyntaxTree.GetRoot().FindToken(position).Parent;
Compilation\SpeculativeSyntaxTreeSemanticModel.cs (1)
50: base(parentSemanticModel.Compilation, parentSemanticModel.SyntaxTree, root.SyntaxTree, parentSemanticModel.IgnoresAccessibility)
Compilation\SyntaxTreeSemanticModel.cs (13)
50_binderFactory = compilation.GetBinderFactory(SyntaxTree, ignoreAccessibility); 114CompilationStage.Parse, this.SyntaxTree, span, includeEarlierStages: false, cancellationToken: cancellationToken); 121CompilationStage.Declare, this.SyntaxTree, span, includeEarlierStages: false, cancellationToken: cancellationToken); 128CompilationStage.Compile, this.SyntaxTree, span, includeEarlierStages: false, cancellationToken: cancellationToken); 135CompilationStage.Compile, this.SyntaxTree, span, includeEarlierStages: true, cancellationToken: cancellationToken); 764Debug.Assert(speculativeSyntax.SyntaxTree != SyntaxTree); 770Compilation.IsNullableAnalysisEnabledIn((CSharpSyntaxTree)SyntaxTree, new TextSpan(position, 0)); 1305return this.SyntaxTree.Options.Kind == SourceCodeKind.Regular; 1779if (loc.IsInSource && loc.SourceTree == this.SyntaxTree && declarationSpan.Contains(loc.SourceSpan)) 1800if (loc.IsInSource && loc.SourceTree == this.SyntaxTree && declarationSpan.Contains(loc.SourceSpan)) 2175if (location.SourceTree == this.SyntaxTree && parameter.Span.Contains(location.SourceSpan)) 2305if (this.SyntaxTree.Options.Kind != SourceCodeKind.Regular) 2391if (location.SourceTree != this.SyntaxTree)