1 write to ManifestId
Microsoft.DotNet.MSBuildSdkResolver (1)
ManifestVersionUpdate.cs (1)
11
ManifestId
= manifestId;
5 references to ManifestId
Microsoft.DotNet.MSBuildSdkResolver (5)
ManifestVersionUpdate.cs (5)
23
int ret =
ManifestId
.CompareTo(other.
ManifestId
);
40
return EqualityComparer<ManifestId>.Default.Equals(
ManifestId
, other.
ManifestId
) &&
56
hashCode = hashCode * -1521134295 +
ManifestId
.GetHashCode();