7 references to Files
Microsoft.NET.ProjectData.Tasks (7)
ProjectDataWriter.cs (7)
1872 node.Files.Add(new PathTrieLeaf(seg, path)); 1894 var files = new List<(string DisplayName, PathTrieLeaf File)>(node.Files.Count); 1908 while (target.Files.Count == 0 && target.Directories.Count == 1) 1916 foreach (PathTrieLeaf leaf in node.Files) 1965 while (node.Files.Count == 0 && node.Directories.Count == 1) 1972 if (node.Files.Count == 1 && node.Directories.Count == 0) 1974 leaf = node.Files[0];