1 write to _changed
Microsoft.Extensions.FileProviders.Physical (1)
PollingWildCardChangeToken.cs (1)
104
_changed
= CalculateChanges();
3 references to _changed
Microsoft.Extensions.FileProviders.Physical (3)
PollingWildCardChangeToken.cs (3)
93
if (
_changed
)
102
if (!
_changed
&& ShouldRefresh())
109
return
_changed
;