3 instantiations of TypeofBinder
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
1371TypeofBinder typeofBinder = new TypeofBinder(typeSyntax, this); //has special handling for unbound types
Compilation\CSharpSemanticModel.cs (1)
230binder = new TypeofBinder(expression, binder);
Compilation\MemberSemanticModel.cs (1)
379binder = new TypeofBinder(typeOfArgument, binder);
1 reference to TypeofBinder
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Expressions.cs (1)
1371TypeofBinder typeofBinder = new TypeofBinder(typeSyntax, this); //has special handling for unbound types