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)
56
if (!_orderRead &&
_order
== null && _originalItem != null)
62
return
_order
;