1 instantiation of TestAccessor
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
PooledObjects\PooledArrayBuilder`1.cs (1)
1874
internal readonly TestAccessor GetTestAccessor() =>
new
(in this);
2 references to TestAccessor
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
PooledObjects\PooledArrayBuilder`1.cs (1)
1874
internal readonly
TestAccessor
GetTestAccessor() => new(in this);
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (1)
PooledObjects\Extensions.cs (1)
11
public static void Validate<T>(this ref readonly PooledArrayBuilder<T> builder, Action<PooledArrayBuilder<T>.
TestAccessor
> validator)