3 writes to UpdatedUtc
Microsoft.NET.ProjectData (3)
Donor\ProjectDataDonorIndex.cs (1)
185 UpdatedUtc = DateTimeOffset.UtcNow,
Donor\ProjectDataDonorIndex.Selection.cs (1)
288 UpdatedUtc = entry.UpdatedUtc,
Donor\ProjectDataDonorIndex.Serialization.cs (1)
99 UpdatedUtc = GetDateTimeOffset(element, "updatedUtc"),
4 references to UpdatedUtc
Microsoft.NET.ProjectData (4)
Donor\ProjectDataDonorIndex.Selection.cs (3)
288 UpdatedUtc = entry.UpdatedUtc, 374 return entry.UpdatedUtc.HasValue 375 ? entry.UpdatedUtc.Value.ToUnixTimeMilliseconds()
Donor\ProjectDataDonorIndex.Serialization.cs (1)
150 writer.WriteString("updatedUtc", (entry.UpdatedUtc ?? DateTimeOffset.UtcNow).UtcDateTime);