7 references to WithClassTypeParametersBinder
Microsoft.CodeAnalysis.CSharp (7)
Binder\BinderFactory.BinderFactoryVisitor.cs (6)
674
resultBinder = new
WithClassTypeParametersBinder
(container, resultBinder);
772
resultBinder = new
WithClassTypeParametersBinder
(typeSymbol, resultBinder);
782
resultBinder = new
WithClassTypeParametersBinder
(typeSymbol, resultBinder);
1306
nextBinder = new
WithClassTypeParametersBinder
(curr, nextBinder);
1319
return new
WithClassTypeParametersBinder
(typeSymbol, nextBinder);
1339
return new
WithClassTypeParametersBinder
(delegateType, nextBinder);
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
595
binder = new
WithClassTypeParametersBinder
(typeSymbol, binder);