6 references to WithNullableContextBinder
Microsoft.CodeAnalysis.CSharp (6)
Compilation\CSharpSemanticModel.cs (1)
233binder = new WithNullableContextBinder(SyntaxTree, position, binder);
Compilation\MethodBodySemanticModel.cs (5)
188Binder executablebinder = new WithNullableContextBinder(SyntaxTree, position, binder ?? this.RootBinder); 214binder = new WithNullableContextBinder(SyntaxTree, position, binder); 232binder = new WithNullableContextBinder(SyntaxTree, position, binder); 247binder = new WithNullableContextBinder(SyntaxTree, position, binder); 269binder = new WithNullableContextBinder(SyntaxTree, position, binder);