1 write to Match
Microsoft.DotNet.VersionTools (1)
Dependencies\BuildManifest\OrchestratedBuildIdentityMatch.cs (1)
21.Select(b => new OrchestratedBuildIdentityMatch { Info = info, Match = b }))
5 references to Match
Microsoft.DotNet.VersionTools (5)
Dependencies\BuildManifest\OrchestratedBuildIdentityMatch.cs (3)
39if (string.IsNullOrEmpty(Match.Commit)) 49if (!Match.Attributes.TryGetValue(name, out value)) 57public override string ToString() => $"'{Match}' from '{Info.SimpleName}'";
Dependencies\BuildOutput\OrchestratedBuild\OrchestratedBuildUpdateHelpers.cs (1)
28if (match.Match.Attributes.TryGetValue(attributeName, out value))
Dependencies\Submodule\OrchestratedBuildSubmoduleUpdater.cs (1)
41return match.Match.Commit;