1 write to _changed
Microsoft.Extensions.FileProviders.Physical (1)
PollingWildCardChangeToken.cs (1)
102
_changed
= CalculateChanges();
4 references to _changed
Microsoft.Extensions.FileProviders.Physical (4)
PollingWildCardChangeToken.cs (4)
91
if (
_changed
)
93
return
_changed
;
100
if (!
_changed
&& ShouldRefresh())
107
return
_changed
;