1 write to RootBinder
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
60
this.
RootBinder
= rootBinder.WithAdditionalFlags(GetSemanticModelBinderFlags());
5 references to RootBinder
Microsoft.CodeAnalysis.CSharp (5)
Compilation\MemberSemanticModel.cs (3)
207
return GetEnclosingBinderInternalWithinRoot(node, position,
RootBinder
, _root).WithAdditionalFlags(GetSemanticModelBinderFlags());
1572
return this.
RootBinder
;
2002
binder =
RootBinder
.GetBinder(nodeToBind);
Compilation\MethodBodySemanticModel.cs (2)
174
Binder binder = this.
RootBinder
;
190
Binder executablebinder = new WithNullableContextBinder(SyntaxTree, position, binder ?? this.
RootBinder
);