1 write to SizeLimit
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
170
outputCachingOptions.
SizeLimit
= options.SizeLimit;
2 references to SizeLimit
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheServiceCollectionExtensions.cs (1)
36
SizeLimit = outputCacheOptions.Value.
SizeLimit
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
170
outputCachingOptions.SizeLimit = options.
SizeLimit
;