2 overrides of IsUnboundTypeAllowed
Microsoft.CodeAnalysis.CSharp (2)
Binder\BuckStopsHereBinder.cs (1)
97
protected override bool
IsUnboundTypeAllowed
(GenericNameSyntax syntax)
Binder\TypeofBinder.cs (1)
37
protected override bool
IsUnboundTypeAllowed
(GenericNameSyntax syntax)
2 references to IsUnboundTypeAllowed
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
99
return Next.
IsUnboundTypeAllowed
(syntax);
Binder\Binder_Symbols.cs (1)
1213
if (!
IsUnboundTypeAllowed
(node))