1 write to _changed
Microsoft.Extensions.FileProviders.Physical (1)
PollingWildCardChangeToken.cs (1)
105
_changed
= CalculateChanges();
3 references to _changed
Microsoft.Extensions.FileProviders.Physical (3)
PollingWildCardChangeToken.cs (3)
94
if (
_changed
)
103
if (!
_changed
&& ShouldRefresh())
110
return
_changed
;