2 writes to Order
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetsManifestJsonContext.StaticAssetDescriptor.g.cs (1)
59Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor)obj).Order = value!,
Microsoft.AspNetCore.StaticAssets.Tests (1)
StaticAssetsIntegrationTests.cs (1)
1305Order = "2147483647"
4 references to Order
Microsoft.AspNetCore.StaticAssets (4)
StaticAssetEndpointFactory.cs (2)
28!string.IsNullOrEmpty(resource.Order) && int.TryParse(resource.Order, CultureInfo.InvariantCulture, out var order) ? order : -100);
StaticAssetsManifestJsonContext.StaticAssetDescriptor.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor)obj).Order, 198string __value_Order = ((global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor)value).Order;