1 write to RootBinder
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
61
this.
RootBinder
= rootBinder.WithAdditionalFlags(GetSemanticModelBinderFlags());
5 references to RootBinder
Microsoft.CodeAnalysis.CSharp (5)
Compilation\MemberSemanticModel.cs (3)
217
return GetEnclosingBinderInternalWithinRoot(node, position,
RootBinder
, _root).WithAdditionalFlags(GetSemanticModelBinderFlags());
1581
return this.
RootBinder
;
2024
binder =
RootBinder
.GetBinder(nodeToBind);
Compilation\MethodBodySemanticModel.cs (2)
171
Binder binder = this.
RootBinder
;
187
Binder executablebinder = new WithNullableContextBinder(SyntaxTree, position, binder ?? this.
RootBinder
);