1 write to MaximumKeyLength
Microsoft.Extensions.Caching.Hybrid.Tests (1)
ServiceConstructionTests.cs (1)
40options.MaximumKeyLength = 937;
3 references to MaximumKeyLength
Microsoft.Extensions.Caching.Hybrid.Tests (3)
ServiceConstructionTests.cs (3)
46Assert.Equal(937, options.MaximumKeyLength); 64Assert.Equal(937, options.MaximumKeyLength); 77Assert.Equal(937, options.MaximumKeyLength);