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)
27public GitIgnore Ignore => _lazyIgnore.Value;