1 instantiation of PooledList
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
406
using var constraints = new
PooledList
<string>();
2 references to PooledList
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (2)
406
using
var
constraints = new PooledList<string>();
513
static bool TryGetWhereClauseText(ITypeParameterSymbol typeParameter,
PooledList
<string> constraints, [NotNullWhen(true)] out string? constraintsText)