Base:
property
SyntaxTree
Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.SyntaxTree
12 references to SyntaxTree
Microsoft.CodeAnalysis.CSharp (12)
Compilation\MemberSemanticModel.cs (6)
1504NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree); 1540NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree); 1546NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree, syntax); 2459if (node.SyntaxTree == _semanticModel.SyntaxTree) 2488if (statement.WasCompilerGenerated && node.SyntaxTree == _semanticModel.SyntaxTree) 2513if (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;