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