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