1 write to _root
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
57
_root
= root;
6 references to _root
Microsoft.CodeAnalysis.CSharp (6)
Compilation\MemberSemanticModel.cs (6)
78
return
_root
;
218
return GetEnclosingBinderInternalWithinRoot(node, position, RootBinder,
_root
).WithAdditionalFlags(GetSemanticModelBinderFlags());
1153
return
_root
.SyntaxTree;
1468
Debug.Assert(syntax !=
_root
|| _guardedBoundNodeMap.ContainsKey(bound.Syntax));
1497
if (syntax ==
_root
|| syntax is StatementSyntax)
1504
Debug.Assert(syntax !=
_root
|| _guardedBoundNodeMap.ContainsKey(bound.Syntax));