6 references to WithNullableContextBinder
Microsoft.CodeAnalysis.CSharp (6)
Compilation\CSharpSemanticModel.cs (1)
233binder = new WithNullableContextBinder(SyntaxTree, position, binder);
Compilation\MethodBodySemanticModel.cs (5)
190Binder executablebinder = new WithNullableContextBinder(SyntaxTree, position, binder ?? this.RootBinder); 216binder = new WithNullableContextBinder(SyntaxTree, position, binder); 234binder = new WithNullableContextBinder(SyntaxTree, position, binder); 249binder = new WithNullableContextBinder(SyntaxTree, position, binder); 271binder = new WithNullableContextBinder(SyntaxTree, position, binder);