2 writes to _order
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Data\StaticWebAssetEndpoint.cs (2)
60_order = string.IsNullOrEmpty(value) ? null : value; 68_order = value;
2 references to _order
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Data\StaticWebAssetEndpoint.cs (2)
57if (!_orderRead && _order == null && _originalItem != null) 63return _order;