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)
39
if (string.IsNullOrEmpty(
Match
.Commit))
49
if (!
Match
.Attributes.TryGetValue(name, out value))
57
public override string ToString() => $"'{
Match
}' from '{Info.SimpleName}'";
Dependencies\BuildOutput\OrchestratedBuild\OrchestratedBuildUpdateHelpers.cs (1)
28
if (match.
Match
.Attributes.TryGetValue(attributeName, out value))
Dependencies\Submodule\OrchestratedBuildSubmoduleUpdater.cs (1)
41
return match.
Match
.Commit;