1 write to _hasChanged
Microsoft.Extensions.FileProviders.Physical (1)
PollingFileChangeToken.cs (1)
115
_hasChanged
= true;
4 references to _hasChanged
Microsoft.Extensions.FileProviders.Physical (4)
PollingFileChangeToken.cs (4)
100
if (
_hasChanged
)
102
return
_hasChanged
;
108
return
_hasChanged
;
119
return
_hasChanged
;