2 writes to _lazyIgnore
Microsoft.Build.Tasks.Git (2)
GitDataReader\GitRepository.cs (2)
66
_lazyIgnore
= new(LoadIgnore);
86
_lazyIgnore
= new(() => ignore);
1 reference to _lazyIgnore
Microsoft.Build.Tasks.Git (1)
GitDataReader\GitRepository.cs (1)
27
public GitIgnore Ignore =>
_lazyIgnore
.Value;