3 instantiations of ProjectDataDonorIndexFile
Microsoft.NET.ProjectData (3)
Donor\ProjectDataDonorIndex.Serialization.cs (3)
18
return new
ProjectDataDonorIndexFile
{ Version = CurrentVersion };
30
ProjectDataDonorIndexFile index =
new
() { Version = version };
72
return new
ProjectDataDonorIndexFile
{ Version = CurrentVersion };
7 references to ProjectDataDonorIndexFile
Microsoft.NET.ProjectData (7)
Donor\ProjectDataDonorIndex.cs (1)
60
ProjectDataDonorIndexFile
index = ReadIndexForWrite(indexPath, out string? recoveryMessage);
Donor\ProjectDataDonorIndex.Selection.cs (1)
57
ProjectDataDonorIndexFile
index;
Donor\ProjectDataDonorIndex.Serialization.cs (5)
14
private static
ProjectDataDonorIndexFile
ReadIndex(string indexPath)
30
ProjectDataDonorIndexFile
index = new() { Version = version };
48
private static
ProjectDataDonorIndexFile
ReadIndexForWrite(string indexPath, out string? recoveryMessage)
53
ProjectDataDonorIndexFile
index = ReadIndex(indexPath);
103
private static void WriteIndex(string indexPath,
ProjectDataDonorIndexFile
index)