7 references to IsPathFullyQualified
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (6)
PathUtilitiesTests.cs (6)
102Assert.Throws<ArgumentNullException>(() => PathUtilities.IsPathFullyQualified(null!)); 108Assert.False(PathUtilities.IsPathFullyQualified("")); 120Assert.False(PathUtilities.IsPathFullyQualified(path)); 141Assert.True(PathUtilities.IsPathFullyQualified(path)); 157Assert.False(PathUtilities.IsPathFullyQualified(path)); 170Assert.True(PathUtilities.IsPathFullyQualified(path));
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorProjectFileSystem.cs (1)
109if (PlatformInformation.IsWindows && PathUtilities.IsPathFullyQualified(path))