2 writes to ConnectionString
Microsoft.Extensions.Caching.Hybrid.Tests (2)
ServiceConstructionTests.cs (1)
249ConnectionString = "test",
SqlServerTests.cs (1)
41options.ConnectionString = ConnectionString;
2 references to ConnectionString
Microsoft.Extensions.Caching.SqlServer (2)
SqlServerCache.cs (2)
40ArgumentThrowHelper.ThrowIfNullOrEmpty(cacheOptions.ConnectionString); 68cacheOptions.ConnectionString,