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
;