1 write to _root
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
56_root = root;
6 references to _root
Microsoft.CodeAnalysis.CSharp (6)
Compilation\MemberSemanticModel.cs (6)
77return _root; 217return GetEnclosingBinderInternalWithinRoot(node, position, RootBinder, _root).WithAdditionalFlags(GetSemanticModelBinderFlags()); 1151return _root.SyntaxTree; 1466Debug.Assert(syntax != _root || _guardedBoundNodeMap.ContainsKey(bound.Syntax)); 1495if (syntax == _root || syntax is StatementSyntax) 1502Debug.Assert(syntax != _root || _guardedBoundNodeMap.ContainsKey(bound.Syntax));