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