2 writes to _useActivePolling
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFileProvider.cs (2)
138set => _useActivePolling = value; 195_useActivePolling = pollForChanges;
3 references to _useActivePolling
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFileProvider.cs (3)
130if (_useActivePolling == null) 135return _useActivePolling.Value; 187[MemberNotNull(nameof(_useActivePolling))]