5 writes to Depth
Microsoft.AspNetCore.Hosting (1)
SourceGenerationContext.StaticWebAssetPattern.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern)obj).Depth = value!,
Microsoft.AspNetCore.Hosting.Tests (4)
StaticWebAssets\ManifestStaticWebAssetsFileProviderTests.cs (4)
530Depth = 3, 720Patterns = new ManifestStaticWebAssetFileProvider.StaticWebAssetPattern[] { new() { ContentRoot = 0, Depth = 2, Pattern = "**/*.js" } }, 724Patterns = new ManifestStaticWebAssetFileProvider.StaticWebAssetPattern[] { new() { ContentRoot = 1, Depth = 2, Pattern = "**" } } 765Depth = 0,
5 references to Depth
Microsoft.AspNetCore.Hosting (5)
SourceGenerationContext.StaticWebAssetPattern.g.cs (2)
80Getter = static obj => ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern)obj).Depth, 131writer.WriteNumber(PropName_Depth, ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern)value).Depth);
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (3)
90var depth = candidate.Patterns[0].Depth; 210if (pattern.Depth != currentDepth) 212currentDepth = pattern.Depth;