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