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