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