2 instantiations of DirectoryNode
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\FileIO\FileSystem.vb (2)
989Dim SourceDirectoryNode As New DirectoryNode(sourceDirectoryPath, targetDirectoryPath) 2104m_SubDirs.Add(New DirectoryNode(SubDirPath, SubTargetDirPath))
5 references to DirectoryNode
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\FileIO\FileSystem.vb (5)
1011ByVal SourceDirectoryNode As DirectoryNode, ByVal Overwrite As Boolean, ByVal Exceptions As ListDictionary) 1054For Each SubDirectoryNode As DirectoryNode In SourceDirectoryNode.SubDirs 2101m_SubDirs = New ObjectModel.Collection(Of DirectoryNode) 2131Friend ReadOnly Property SubDirs() As ObjectModel.Collection(Of DirectoryNode) 2138Private m_SubDirs As ObjectModel.Collection(Of DirectoryNode)