mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Added more 'alt' lookups
This commit is contained in:
parent
407c742bf9
commit
82a108714d
5 changed files with 194 additions and 30 deletions
|
@ -533,7 +533,7 @@ namespace IDE
|
|||
{
|
||||
DepInfo depInfo;
|
||||
String outKey;
|
||||
if (!mWatchedFiles.TryGetValue(fixedFilePath, out outKey, out depInfo))
|
||||
if (!mWatchedFiles.TryGet(fixedFilePath, out outKey, out depInfo))
|
||||
return;
|
||||
depInfo.mDependentObjects.Remove(dependentObject);
|
||||
|
||||
|
@ -545,7 +545,7 @@ namespace IDE
|
|||
Path.GetDirectoryPath(fixedFilePath, directoryName);
|
||||
WatcherEntry watcherEntry = null;
|
||||
String key;
|
||||
mWatchers.TryGetValue(directoryName, out key, out watcherEntry);
|
||||
mWatchers.TryGet(directoryName, out key, out watcherEntry);
|
||||
|
||||
DerefWatcherEntry(watcherEntry);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue