1 write to _syntaxTree
Microsoft.CodeAnalysis.CSharp (1)
Binder\WithNullableContextBinder.cs (1)
21
_syntaxTree
= syntaxTree;
1 reference to _syntaxTree
Microsoft.CodeAnalysis.CSharp (1)
Binder\WithNullableContextBinder.cs (1)
27
return Next.AreNullableAnnotationsEnabled(
_syntaxTree
, _position);