3 references to IsDirectoryMounted
Microsoft.AspNetCore.DataProtection (1)
Internal\ContainerUtils.cs (1)
40return IsDirectoryMounted(directory, lines);
Microsoft.AspNetCore.DataProtection.Tests (2)
ContainerUtilsTests.cs (2)
38Assert.False(ContainerUtils.IsDirectoryMounted(new DirectoryInfo(directory), fstab)); 51Assert.True(ContainerUtils.IsDirectoryMounted(new DirectoryInfo(directory), fstab));