1 write to _root
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
83
_root
= root;
3 references to _root
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFilesWatcher.cs (3)
189
var pollingChangeToken = new PollingFileChangeToken(new FileInfo(Path.Combine(
_root
, filePath)));
226
var pollingChangeToken = new PollingWildCardChangeToken(
_root
, pattern);
348
string relativePath = fullPath.Substring(
_root
.Length);