| Overload | Description |
|---|---|
| WasAdded(ICodeElement) | Returns true if the codeElement object has been added and thus, is not present in the older version of the code base. |
| WasAdded(IAbsoluteFilePath) | Returns true if the sourceFilePath has been added since the baseline. |
| WasAdded(IAbsoluteDirectoryPath) | Returns true if the sourceDirPath has been added since the baseline. |
