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