4 writes to Depth
Microsoft.AspNetCore.Hosting.Tests (4)
StaticWebAssets\ManifestStaticWebAssetsFileProviderTests.cs (4)
530
Depth
= 3,
720
Patterns = new ManifestStaticWebAssetFileProvider.StaticWebAssetPattern[] { new() { ContentRoot = 0,
Depth
= 2, Pattern = "**/*.js" } },
724
Patterns = new ManifestStaticWebAssetFileProvider.StaticWebAssetPattern[] { new() { ContentRoot = 1,
Depth
= 2, Pattern = "**" } }
765
Depth
= 0,
3 references to Depth
Microsoft.AspNetCore.Hosting (3)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (3)
90
var depth = candidate.Patterns[0].
Depth
;
210
if (pattern.
Depth
!= currentDepth)
212
currentDepth = pattern.
Depth
;