1 write to Commit
Microsoft.DotNet.VersionTools (1)
Dependencies\Submodule\SubmoduleDependencyInfo.cs (1)
90Commit = commit;
4 references to Commit
Microsoft.DotNet.VersionTools (4)
Dependencies\Submodule\LatestCommitSubmoduleUpdater.cs (1)
67return matchingInfo.Commit;
Dependencies\Submodule\SubmoduleDependencyInfo.cs (3)
93public override string ToString() => $"{SimpleName}:{Ref} ({Commit})"; 97public string SimpleVersion => Commit?.Substring(0, Math.Min(7, Commit.Length)) ?? "latest";