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