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