1 write to _firstTimeUseNoticeSentinel
Microsoft.DotNet.Configurer (1)
DotnetFirstTimeUseConfigurer.cs (1)
30_firstTimeUseNoticeSentinel = firstTimeUseNoticeSentinel;
2 references to _firstTimeUseNoticeSentinel
Microsoft.DotNet.Configurer (2)
DotnetFirstTimeUseConfigurer.cs (2)
48var isFirstTimeUse = !_skipFirstTimeUseCheck && !_firstTimeUseNoticeSentinel.Exists(); 68_firstTimeUseNoticeSentinel.CreateIfNotExists();