6 instantiations of WithNullableContextBinder
Microsoft.CodeAnalysis.CSharp (6)
Compilation\CSharpSemanticModel.cs (1)
233
binder = new
WithNullableContextBinder
(SyntaxTree, position, binder);
Compilation\MethodBodySemanticModel.cs (5)
187
Binder executablebinder = new
WithNullableContextBinder
(SyntaxTree, position, binder ?? this.RootBinder);
213
binder = new
WithNullableContextBinder
(SyntaxTree, position, binder);
231
binder = new
WithNullableContextBinder
(SyntaxTree, position, binder);
246
binder = new
WithNullableContextBinder
(SyntaxTree, position, binder);
268
binder = new
WithNullableContextBinder
(SyntaxTree, position, binder);