1 write to Order
Microsoft.AspNetCore.StaticAssets (1)
_generated\1\StaticAssetsManifestJsonContext.StaticAssetDescriptor.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor)obj).Order = value!,
4 references to Order
Microsoft.AspNetCore.StaticAssets (4)
_generated\1\StaticAssetsManifestJsonContext.StaticAssetDescriptor.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor)obj).Order, 200string __value_Order = ((global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor)value).Order;
StaticAssetEndpointFactory.cs (2)
28!string.IsNullOrEmpty(resource.Order) && int.TryParse(resource.Order, CultureInfo.InvariantCulture, out var order) ? order : -100);