2 writes to TableName
Microsoft.Extensions.Caching.Hybrid.Tests (2)
ServiceConstructionTests.cs (1)
251
TableName
= "test"
SqlServerTests.cs (1)
40
options.
TableName
= "BenchmarkCache";
2 references to TableName
Microsoft.Extensions.Caching.SqlServer (2)
SqlServerCache.cs (2)
42
ArgumentThrowHelper.ThrowIfNullOrEmpty(cacheOptions.
TableName
);
70
cacheOptions.
TableName
,