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