3 writes to Version
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 };
4 references to Version
Microsoft.NET.ProjectData (4)
Donor\ProjectDataDonorIndex.Selection.cs (1)
73 if (index.Version != CurrentVersion)
Donor\ProjectDataDonorIndex.Serialization.cs (3)
54 if (index.Version == CurrentVersion) 59 if (index.Version > CurrentVersion) 62 $"Cannot update unsupported donor index version {index.Version}; expected {CurrentVersion}.");