2 overrides of GetRepositoryId
Microsoft.Build.Tasks.Git (2)
GetUntrackedFiles.cs (1)
26
protected override string?
GetRepositoryId
() => RepositoryId;
LocateRepository.cs (1)
53
protected override string?
GetRepositoryId
() => null;
1 reference to GetRepositoryId
Microsoft.Build.Tasks.Git (1)
RepositoryTask.cs (1)
104
var repositoryId =
GetRepositoryId
();