3 references to GetParentOfDirectoryNode
Microsoft.NET.TestFramework (3)
Mock\FileSystemMockBuilder.cs (3)
220
DirectoryNode current =
GetParentOfDirectoryNode
(path);
589
DirectoryNode? parentOfPath = _files?.
GetParentOfDirectoryNode
(path);
619
= _files?.
GetParentOfDirectoryNode
(source);