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