Gets the collection of file-level tags found in the source code.
public Dictionary<string, IEnumerable<string>> FileTags { get; internal set; }
Remarks
The keys of this dictionary are the file names (as
indicated by the property
of the 's collection), and the values are the
file tags associated with that file.