7 references to WithClassTypeParametersBinder
Microsoft.CodeAnalysis.CSharp (7)
Binder\BinderFactory.BinderFactoryVisitor.cs (6)
683
resultBinder = new
WithClassTypeParametersBinder
(container, resultBinder);
781
resultBinder = new
WithClassTypeParametersBinder
(typeSymbol, resultBinder);
791
resultBinder = new
WithClassTypeParametersBinder
(typeSymbol, resultBinder);
1315
nextBinder = new
WithClassTypeParametersBinder
(curr, nextBinder);
1328
return new
WithClassTypeParametersBinder
(typeSymbol, nextBinder);
1348
return new
WithClassTypeParametersBinder
(delegateType, nextBinder);
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
595
binder = new
WithClassTypeParametersBinder
(typeSymbol, binder);