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