1 write to Depth
Microsoft.AspNetCore.Components.WebView (1)
SourceGenerationContext.StaticWebAssetPattern.g.cs (1)
81
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern)obj).
Depth
= value!,
5 references to Depth
Microsoft.AspNetCore.Components.WebView (5)
SourceGenerationContext.StaticWebAssetPattern.g.cs (2)
80
Getter = static obj => ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern)obj).
Depth
,
131
writer.WriteNumber(PropName_Depth, ((global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern)value).
Depth
);
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (3)
90
var depth = candidate.Patterns[0].
Depth
;
210
if (pattern.
Depth
!= currentDepth)
212
currentDepth = pattern.
Depth
;