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)
189var pollingChangeToken = new PollingFileChangeToken(new FileInfo(Path.Combine(_root, filePath))); 226var pollingChangeToken = new PollingWildCardChangeToken(_root, pattern); 348string relativePath = fullPath.Substring(_root.Length);