Base:
property
SyntaxTree
Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.SyntaxTree
12 references to SyntaxTree
Microsoft.CodeAnalysis.CSharp (12)
Compilation\MemberSemanticModel.cs (6)
1465NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree); 1501NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree); 1507NodeMapBuilder.AddToMap(bound, _guardedBoundNodeMap, SyntaxTree, syntax); 2420if (node.SyntaxTree == _semanticModel.SyntaxTree) 2449if (statement.WasCompilerGenerated && node.SyntaxTree == _semanticModel.SyntaxTree) 2474if (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;