4 writes to TableName
Microsoft.Extensions.Caching.Hybrid.Tests (1)
SqlServerTests.cs (1)
40
options.
TableName
= "BenchmarkCache";
Microsoft.Extensions.Caching.MicroBenchmarks (1)
DistributedCacheBenchmarks.cs (1)
54
options.
TableName
= "BenchmarkCache";
Microsoft.Extensions.Caching.SqlServer.Tests (2)
SqlServerCacheServicesExtensionsTest.cs (1)
42
options.
TableName
= "Fake";
SqlServerCacheWithDatabaseTest.cs (1)
703
TableName
= _tableName,
2 references to TableName
Microsoft.Extensions.Caching.SqlServer (2)
SqlServerCache.cs (2)
42
ArgumentThrowHelper.ThrowIfNullOrEmpty(cacheOptions.
TableName
);
70
cacheOptions.
TableName
,