1 write to _hasChanged
Microsoft.Extensions.FileProviders.Physical (1)
PollingFileChangeToken.cs (1)
102
_hasChanged
= true;
4 references to _hasChanged
Microsoft.Extensions.FileProviders.Physical (4)
PollingFileChangeToken.cs (4)
87
if (
_hasChanged
)
89
return
_hasChanged
;
95
return
_hasChanged
;
106
return
_hasChanged
;