2 references to AreNullableAnnotationsEnabled
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.cs (1)
272return AreNullableAnnotationsEnabled(token.SyntaxTree, token.SpanStart);
Binder\WithNullableContextBinder.cs (1)
27return Next.AreNullableAnnotationsEnabled(_syntaxTree, _position);