Base:
property
SyntaxTree
Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.SyntaxTree
12 references to SyntaxTree
Microsoft.CodeAnalysis.CSharp (12)
Compilation\MemberSemanticModel.cs (6)
1467NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree); 1503NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree); 1509NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree, syntax); 2422if (node.SyntaxTree == _semanticModel.SyntaxTree) 2451if (statement.WasCompilerGenerated && node.SyntaxTree == _semanticModel.SyntaxTree) 2476if (node.SyntaxTree == _semanticModel.SyntaxTree)
Compilation\MethodBodySemanticModel.cs (5)
187Binder executablebinder = new WithNullableContextBinder(SyntaxTree, position, binder ?? this.RootBinder); 213binder = new WithNullableContextBinder(SyntaxTree, position, binder); 231binder = new WithNullableContextBinder(SyntaxTree, position, binder); 246binder = new WithNullableContextBinder(SyntaxTree, position, binder); 268binder = new WithNullableContextBinder(SyntaxTree, position, binder);
Compilation\SpeculativeSemanticModelWithMemberModel.cs (1)
129public override SyntaxTree SyntaxTree => _memberModel.SyntaxTree;