1 write to _order
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetDescriptor.cs (1)
30
set =>
_order
= !_isFrozen ? value : throw new InvalidOperationException("StaticAssetDescriptor is frozen and doesn't accept further changes");
1 reference to _order
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetDescriptor.cs (1)
29
get =>
_order
;