1 write to _hasChanged
Microsoft.Extensions.FileProviders.Physical (1)
PollingFileChangeToken.cs (1)
105
_hasChanged
= true;
4 references to _hasChanged
Microsoft.Extensions.FileProviders.Physical (4)
PollingFileChangeToken.cs (4)
90
if (
_hasChanged
)
92
return
_hasChanged
;
98
return
_hasChanged
;
109
return
_hasChanged
;