2 writes to _order
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Data\StaticWebAssetEndpoint.cs (2)
59_order = string.IsNullOrEmpty(value) ? null : value; 67_order = value;
2 references to _order
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Data\StaticWebAssetEndpoint.cs (2)
56if (!_orderRead && _order == null && _originalItem != null) 62return _order;