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