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